mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* somread.c (som_symfile_read): Force unwinds to be re-read after
reading in a new partial symbol table.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user