* symtab.h (struct symbol_search): Add comment.
This commit is contained in:
parent
deef9214a4
commit
5c04624b7a
|
@ -1,3 +1,7 @@
|
|||
2013-01-17 Doug Evans <dje@google.com>
|
||||
|
||||
* symtab.h (struct symbol_search): Add comment.
|
||||
|
||||
2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* symtab.c (compare_filenames_for_search): New comment for
|
||||
|
|
|
@ -1216,6 +1216,8 @@ extern struct symbol *fixup_symbol_section (struct symbol *,
|
|||
struct objfile *);
|
||||
|
||||
/* Symbol searching */
|
||||
/* Note: struct symbol_search, search_symbols, et.al. are declared here,
|
||||
instead of making them local to symtab.c, for gdbtk's sake. */
|
||||
|
||||
/* When using search_symbols, a list of the following structs is returned.
|
||||
Callers must free the search list using free_search_symbols! */
|
||||
|
|
Loading…
Reference in New Issue