symtab.h (struct symtab) <next>: Fix comment.

gdb/ChangeLog:

	* symtab.h (struct symtab) <next>: Fix comment.
This commit is contained in:
Doug Evans 2015-02-28 12:05:27 -08:00
parent 9028d9432c
commit b7236fbee4
2 changed files with 6 additions and 1 deletions

View file

@ -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>
* python/python.c (python_GdbModuleDef): Rename GdbMethods to

View file

@ -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;