diff options
Diffstat (limited to 'gdb/somread.c')
-rw-r--r-- | gdb/somread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somread.c b/gdb/somread.c index d6d877f..afb7642 100644 --- a/gdb/somread.c +++ b/gdb/somread.c @@ -349,7 +349,7 @@ som_symfile_read (objfile, section_offsets, mainline) install_minimal_symbols (objfile); /* Force hppa-tdep.c to re-read the unwind descriptors. */ - OBJ_UNWIND_INFO (objfile) = NULL; + objfile->obj_private = NULL; do_cleanups (back_to); } |