aboutsummaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index 5f0d0c7..19e3ff1 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -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,6 +363,8 @@ 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);