reading in a new partial symbol table.
+Tue Aug 30 21:56:54 1994 Jeff Law (law@snake.cs.utah.edu)
+
+ * somread.c (som_symfile_read): Force unwinds to be re-read after
+ reading in a new partial symbol table.
+
Tue Aug 30 13:14:16 1994 Stan Shebs (shebs@andros.cygnus.com)
* config/h8500/tm-8500.h (DONT_USE_REMOTE): Remove definition,
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);
}