mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
2006-03-01 Randolph Chung <tausq@debian.org>
* somread.c (som_symfile_read): Update comment and remove unneeded use of a deprecated variable.
This commit is contained in:
parent
6fcecea011
commit
4897bfb966
@ -1,3 +1,8 @@
|
|||||||
|
2006-03-01 Randolph Chung <tausq@debian.org>
|
||||||
|
|
||||||
|
* somread.c (som_symfile_read): Update comment and remove unneeded
|
||||||
|
use of a deprecated variable.
|
||||||
|
|
||||||
2006-03-01 Randolph Chung <tausq@debian.org>
|
2006-03-01 Randolph Chung <tausq@debian.org>
|
||||||
|
|
||||||
* hppa-tdep.h (unwind_table_entry): Update field names to match HP
|
* hppa-tdep.h (unwind_table_entry): Update field names to match HP
|
||||||
|
@ -353,9 +353,7 @@ som_symfile_read (struct objfile *objfile, int mainline)
|
|||||||
do_cleanups (back_to);
|
do_cleanups (back_to);
|
||||||
|
|
||||||
/* Now read information from the stabs debug sections.
|
/* Now read information from the stabs debug sections.
|
||||||
This is a no-op for SOM.
|
This is emitted by gcc. */
|
||||||
Perhaps it is intended for some kind of mixed STABS/SOM
|
|
||||||
situation? */
|
|
||||||
stabsect_build_psymtabs (objfile, mainline,
|
stabsect_build_psymtabs (objfile, mainline,
|
||||||
"$GDB_SYMBOLS$", "$GDB_STRINGS$", "$TEXT$");
|
"$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
|
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. */
|
together with a scan of the GNTT. See hp-psymtab-read.c. */
|
||||||
hpread_build_psymtabs (objfile, mainline);
|
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
|
/* Initialize anything that needs initializing when a completely new symbol
|
||||||
|
Loading…
Reference in New Issue
Block a user