diff options
author | Tom Tromey <tromey@redhat.com> | 2012-06-29 13:39:02 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-06-29 13:39:02 +0000 |
commit | b6ba681cdacf16ce4369eb5e824c6bac2540f332 (patch) | |
tree | de3b4bad0907770dbc669d70ddd9bba4fa100eb8 | |
parent | 34debcd10be022a25d66ef911b30c4ae9131cdc9 (diff) | |
download | gdb-b6ba681cdacf16ce4369eb5e824c6bac2540f332.zip gdb-b6ba681cdacf16ce4369eb5e824c6bac2540f332.tar.gz gdb-b6ba681cdacf16ce4369eb5e824c6bac2540f332.tar.bz2 |
* gdb.texinfo (Index Section Format): Update for version 7.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 10bc9e8..4ab5dec 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-06-29 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Index Section Format): Update for version 7. + 2012-06-28 Stan Shebs <stan@codesourcery.com> * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9884566..852409e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -40332,10 +40332,11 @@ unless otherwise noted: @enumerate @item -The version number, currently 6. Versions 1, 2 and 3 are obsolete. +The version number, currently 7. Versions 1, 2 and 3 are obsolete. Version 4 uses a different hashing function from versions 5 and 6. -Version 6 includes symbols for inlined functions, whereas versions -4 and 5 do not. @value{GDBN} will only read version 4 and 5 indices +Version 6 includes symbols for inlined functions, whereas versions 4 +and 5 do not. Version 7 adds attributes to the CU indices in the +symbol table. @value{GDBN} will only read version 4, 5, or 6 indices if the @code{--use-deprecated-index-sections} option is used. @item |