From b7236fbee40060bcf5e90740a5c5706317749f91 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 28 Feb 2015 12:05:27 -0800 Subject: [PATCH] symtab.h (struct symtab) : Fix comment. gdb/ChangeLog: * symtab.h (struct symtab) : Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/symtab.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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; -- 2.30.2