From 5c04624b7ad217c70e13ac9ae11069f008179d50 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 17 Jan 2013 23:17:43 +0000 Subject: [PATCH] * symtab.h (struct symbol_search): Add comment. --- gdb/ChangeLog | 4 ++++ gdb/symtab.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95d16f3..fbe7759 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-01-17 Doug Evans + + * symtab.h (struct symbol_search): Add comment. + 2013-01-17 Jan Kratochvil * symtab.c (compare_filenames_for_search): New comment for 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! */ -- 2.7.4