* somread.c (som_symfile_read): Force unwinds to be re-read after

reading in a new partial symbol table.
This commit is contained in:
Jeff Law
1994-08-31 03:59:42 +00:00
parent b905bde1a9
commit 31b2518aa4
2 changed files with 7 additions and 0 deletions

View File

@ -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);
}