summaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2006-03-01 05:47:46 +0000
committerRandolph Chung <tausq@debian.org>2006-03-01 05:47:46 +0000
commitbaf11c656e6a338ddc52ab63dd757dd5375a579b (patch)
tree16b1fc9c8a3aea8f0ec29f5b1b2c4e27c03b565e /gdb/somread.c
parentd2fecd234d31bac72a8679e642e4e118e17f2e36 (diff)
downloadgdb-baf11c656e6a338ddc52ab63dd757dd5375a579b.tar.gz
2006-03-01 Randolph Chung <tausq@debian.org>
* somread.c (som_symfile_read): Update comment and remove unneeded use of a deprecated variable.
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index b58e69c7cad..c187d13c1dc 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -353,9 +353,7 @@ som_symfile_read (struct objfile *objfile, int mainline)
do_cleanups (back_to);
/* Now read information from the stabs debug sections.
- This is a no-op for SOM.
- Perhaps it is intended for some kind of mixed STABS/SOM
- situation? */
+ This is emitted by gcc. */
stabsect_build_psymtabs (objfile, mainline,
"$GDB_SYMBOLS$", "$GDB_STRINGS$", "$TEXT$");
@@ -364,9 +362,6 @@ som_symfile_read (struct objfile *objfile, int mainline)
the DNTT, but is now done via the PXDB-built quick-lookup tables
together with a scan of the GNTT. See hp-psymtab-read.c. */
hpread_build_psymtabs (objfile, mainline);
-
- /* Force hppa-tdep.c to re-read the unwind descriptors. */
- objfile->deprecated_obj_private = NULL;
}
/* Initialize anything that needs initializing when a completely new symbol