summaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
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 2dd2291cde6..48ea12404e7 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);
}