* configure.host: Change irix5 to irix[56]*.
[deliverable/binutils-gdb.git] / gdb / dbxread.c
index e7091c0dc3c17f2a578e55375146d4c0c0acc1a4..de31d46472d394d344b630250973365678776578 100644 (file)
@@ -499,12 +499,7 @@ record_minimal_symbol (name, address, type, objfile)
     lowest_text_address = address;
 
   prim_record_minimal_symbol_and_info
-    (obsavestring (name, strlen (name), &objfile -> symbol_obstack),
-     address,
-     ms_type,
-     NULL,
-     section,
-     objfile);
+    (name, address, ms_type, NULL, section, objfile);
 }
 \f
 /* Scan and build partial symbols for a symbol file.
@@ -1107,11 +1102,8 @@ read_dbx_dynamic_symtab (section_offsets, objfile)
        }
 
       name = (char *) bfd_asymbol_name (*rel->sym_ptr_ptr);
-      prim_record_minimal_symbol
-       (obsavestring (name, strlen (name), &objfile -> symbol_obstack),
-        address,
-        mst_solib_trampoline,
-        objfile);
+      prim_record_minimal_symbol (name, address, mst_solib_trampoline,
+                                 objfile);
     }
 
   do_cleanups (back_to);
This page took 0.023649 seconds and 4 git commands to generate.