]> Git Repo - binutils.git/blobdiff - gdb/somread.c
Speed up GDB startup time by not demangling partial symbols.
[binutils.git] / gdb / somread.c
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);
 }
 
This page took 0.025091 seconds and 4 git commands to generate.