diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index e4ec4bf..e946c65 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -738,8 +738,7 @@ struct section_offsets struct symtab { - - /* Chain of all existing symtabs. */ + /* Unordered chain of all existing symtabs of this objfile. */ struct symtab *next; |