* symtab.h (struct symbol_search): Add comment.

This commit is contained in:
Doug Evans 2013-01-17 23:17:43 +00:00
parent deef9214a4
commit 5c04624b7a
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -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! */