gdb/
[deliverable/binutils-gdb.git] / gdb / symtab.c
index 3061f3cb4270e4108a69ce8ac14e173d098aeba1..8aa692d6c3bd7fca73ba6c50c6b4900cbe0c2942 100644 (file)
@@ -3006,7 +3006,7 @@ search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[],
   static const enum minimal_symbol_type types3[]
     = {mst_file_data, mst_solib_trampoline, mst_abs, mst_unknown};
   static const enum minimal_symbol_type types4[]
-    = {mst_file_bss, mst_text, mst_abs, mst_unknown};
+    = {mst_file_bss, mst_text_gnu_ifunc, mst_abs, mst_unknown};
   enum minimal_symbol_type ourtype;
   enum minimal_symbol_type ourtype2;
   enum minimal_symbol_type ourtype3;
This page took 0.0277 seconds and 4 git commands to generate.