From: Doug Evans Date: Sat, 28 Feb 2015 20:05:27 +0000 (-0800) Subject: symtab.h (struct symtab) : Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7236fbee40060bcf5e90740a5c5706317749f91;p=binutils-gdb.git symtab.h (struct symtab) : Fix comment. gdb/ChangeLog: * symtab.h (struct symtab) : Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 463c57e4d30..47e733a1b4c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-02-28 Doug Evans + + * symtab.h (struct symtab) : Fix comment. + 2015-02-27 Simon Marchi * python/python.c (python_GdbModuleDef): Rename GdbMethods to diff --git a/gdb/symtab.h b/gdb/symtab.h index 0eb3a5b1987..6a0b8da61f7 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -924,7 +924,8 @@ struct section_offsets struct symtab { - /* Unordered chain of all existing symtabs of this objfile. */ + /* Unordered chain of all filetabs in the compunit, with the exception + that the "main" source file is the first entry in the list. */ struct symtab *next;