+2011-11-10 Tom Tromey <tromey@redhat.com>
+
+ PR c++/9257:
+ * gdb.texinfo (Print Settings): Add an extra note about the need
+ for a vtable.
+
2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
* gdb.texinfo (MIPS): Remove duplicate "auto" reference from
@cindex display derived types
When displaying a pointer to an object, identify the @emph{actual}
(derived) type of the object rather than the @emph{declared} type, using
-the virtual function table.
+the virtual function table. Note that the virtual function table is
+required---this feature can only work for objects that have run-time
+type identification; a single virtual method in the object's declared
+type is sufficient.
@item set print object off
Display only the declared type of objects, without reference to the