diff options
author | Randolph Chung <tausq@debian.org> | 2006-03-01 05:47:46 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2006-03-01 05:47:46 +0000 |
commit | 4897bfb966cc74b463915f9fb7c58b412d0ff8e0 (patch) | |
tree | ad7a88497f48abb4c2e383238412f6904b19744c /gdb/somread.c | |
parent | 6fcecea01107a772816bb70aa79fabd177f54f4e (diff) | |
download | binutils-gdb-4897bfb966cc74b463915f9fb7c58b412d0ff8e0.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.c | 7 |
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 |