diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index a34207f..274ddfd 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -4548,6 +4548,7 @@ global_symbol_searcher::expand_symtabs }, NULL, SEARCH_GLOBAL_BLOCK | SEARCH_STATIC_BLOCK, + UNDEF_DOMAIN, kind); /* Here, we search through the minimal symbol tables for functions and |