gdb/
[deliverable/binutils-gdb.git] / gdb / symtab.c
index d15f910638cc79d753904153f7ad47aefcaf0f38..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;
@@ -4381,7 +4381,7 @@ decode_line_spec (char *string, int funfirstline)
 
   sals = decode_line_1 (&string, funfirstline,
                        cursal.symtab, cursal.line,
-                       (char ***) NULL, NULL);
+                       NULL, NULL);
 
   if (*string)
     error (_("Junk at end of line specification: %s"), string);
This page took 0.024563 seconds and 4 git commands to generate.