symtab.h (struct symtab) <next>: Fix comment.
gdb/ChangeLog: * symtab.h (struct symtab) <next>: Fix comment.
This commit is contained in:
parent
9028d9432c
commit
b7236fbee4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2015-02-28 Doug Evans <xdje42@gmail.com>
|
||||||
|
|
||||||
|
* symtab.h (struct symtab) <next>: Fix comment.
|
||||||
|
|
||||||
2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
|
2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
* python/python.c (python_GdbModuleDef): Rename GdbMethods to
|
* python/python.c (python_GdbModuleDef): Rename GdbMethods to
|
||||||
|
|
|
@ -924,7 +924,8 @@ struct section_offsets
|
||||||
|
|
||||||
struct symtab
|
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;
|
struct symtab *next;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue