* somread.c (som_symfile_read): Force unwinds to be re-read after
authorJeff Law <law@redhat.com>
Wed, 31 Aug 1994 03:59:42 +0000 (03:59 +0000)
committerJeff Law <law@redhat.com>
Wed, 31 Aug 1994 03:59:42 +0000 (03:59 +0000)
reading in a new partial symbol table.

gdb/ChangeLog
gdb/somread.c

index 86a883e7892ba1f4f110428e0bdb2ded9482d207..71397d6c7c89f64adc9ebbb11066e5c98f1e63e9 100644 (file)
@@ -1,3 +1,8 @@
+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,
index 2dd2291cde69dea00c57869982b7b5c5b9a8e3bf..48ea12404e75257f864bfa6bd4b469c80efa2d56 100644 (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);
 }