aboutsummaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-08-31 03:59:42 +0000
committerJeff Law <law@redhat.com>1994-08-31 03:59:42 +0000
commit31b2518aa4538ad7f514f1dab5bfa936cda14c74 (patch)
tree34bd493b99f3ab2efb224698959eb5bc316eefa0 /gdb/somread.c
parentb905bde1a97f5ac722f42dc4a7e03da79070aa8b (diff)
downloadgdb-31b2518aa4538ad7f514f1dab5bfa936cda14c74.zip
gdb-31b2518aa4538ad7f514f1dab5bfa936cda14c74.tar.gz
gdb-31b2518aa4538ad7f514f1dab5bfa936cda14c74.tar.bz2
* somread.c (som_symfile_read): Force unwinds to be re-read after
reading in a new partial symbol table.
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index 2dd2291..48ea124 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -342,6 +342,8 @@ som_symfile_read (objfile, section_offsets, mainline)
minimal symbols for this objfile. */
install_minimal_symbols (objfile);
+ /* Force hppa-tdep.c to re-read the unwind descriptors. */
+ OBJ_UNWIND_INFO (objfile) = NULL;
do_cleanups (back_to);
}