import gdb-19990422 snapshot
[deliverable/binutils-gdb.git] / gdb / somread.c
index 5f0d0c7542adf0c80f332ce1f71fa5fef7e63740..c03abd0183271409dd24964b884ec3d24234015d 100644 (file)
@@ -65,6 +65,9 @@ hpread_symfile_finish PARAMS ((struct objfile *));
 extern void
 hpread_symfile_init PARAMS ((struct objfile *));
 
+extern void
+do_pxdb PARAMS ((bfd *));
+
 /*
 
 LOCAL FUNCTION
@@ -360,8 +363,10 @@ som_symfile_read (objfile, section_offsets, mainline)
   bfd *abfd = objfile->obfd;
   struct cleanup *back_to;
 
+  do_pxdb (symfile_bfd_open (objfile->name));
+
   init_minimal_symbol_collection ();
-  back_to = make_cleanup (discard_minimal_symbols, 0);
+  back_to = make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
 
   /* Read in the import list and the export list.  Currently
      the export list isn't used; the import list is used in
This page took 0.023146 seconds and 4 git commands to generate.