diff options
author | Doug Evans <dje@google.com> | 2013-01-17 23:17:43 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-01-17 23:17:43 +0000 |
commit | 5c04624b7ad217c70e13ac9ae11069f008179d50 (patch) | |
tree | 07f72387e70b4719c90e8e217ad1d829a6a76726 /gdb/symtab.h | |
parent | deef9214a4d50c3628b9ff97e1cd9e7a5a72e4d8 (diff) | |
download | gdb-5c04624b7ad217c70e13ac9ae11069f008179d50.zip gdb-5c04624b7ad217c70e13ac9ae11069f008179d50.tar.gz gdb-5c04624b7ad217c70e13ac9ae11069f008179d50.tar.bz2 |
* symtab.h (struct symbol_search): Add comment.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 78af1a2..c334a3a 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -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! */ |