diff options
author | Tom Tromey <tromey@redhat.com> | 2011-11-11 16:56:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-11-11 16:56:47 +0000 |
commit | e0f8f636bd9a9f4701f6483619eda68906cfadb7 (patch) | |
tree | a9de04f1b8911b5d289e5548e81a2f0b53d1e143 /gdb/doc/ChangeLog | |
parent | 625c0d478525e9cce6a186206c228c09cd69ab9b (diff) | |
download | gdb-e0f8f636bd9a9f4701f6483619eda68906cfadb7.zip gdb-e0f8f636bd9a9f4701f6483619eda68906cfadb7.tar.gz gdb-e0f8f636bd9a9f4701f6483619eda68906cfadb7.tar.bz2 |
* gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
manual.
(Variables): Don't mention -gdwarf-2. Link to Compilation node.
(Macros): Add a footnote.
(C): Remove paragraph about compiler options.
(C Constants): Mention wide character and string constants.
(C Plus Plus Expressions): Update compiler option advice. Mention
using declarations. Mention ADL. Remove old HP compiler
information.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b962215..86a08c0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,17 @@ 2011-11-10 Tom Tromey <tromey@redhat.com> + * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC + manual. + (Variables): Don't mention -gdwarf-2. Link to Compilation node. + (Macros): Add a footnote. + (C): Remove paragraph about compiler options. + (C Constants): Mention wide character and string constants. + (C Plus Plus Expressions): Update compiler option advice. Mention + using declarations. Mention ADL. Remove old HP compiler + information. + +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. |