diff options
author | Jeff Law <law@redhat.com> | 1994-11-25 08:06:49 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-25 08:06:49 +0000 |
commit | 2848f793440a8e9988b1fc682b8f1546af1eaa28 (patch) | |
tree | 7c673e55a3ab09631a576463ebbd2fcae37bda6d /gdb/somread.c | |
parent | 8ee0532ba8de5c9f4055959738cbeb7244a3e7f8 (diff) | |
download | gdb-2848f793440a8e9988b1fc682b8f1546af1eaa28.zip gdb-2848f793440a8e9988b1fc682b8f1546af1eaa28.tar.gz gdb-2848f793440a8e9988b1fc682b8f1546af1eaa28.tar.bz2 |
* hpread.c: Include hp-symtab.h instead of hpux-symtab.h.
Various name changes to match those used by hp-symtab.h.
No longer sanitize away hpread changes. Merge ChangeLog.hpread into
ChangeLog and ChangeLog-93.
Diffstat (limited to 'gdb/somread.c')
-rw-r--r-- | gdb/somread.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/somread.c b/gdb/somread.c index 35def22..d6d877f 100644 --- a/gdb/somread.c +++ b/gdb/somread.c @@ -341,10 +341,8 @@ som_symfile_read (objfile, section_offsets, mainline) stabsect_build_psymtabs (objfile, section_offsets, mainline, "$GDB_SYMBOLS$", "$GDB_STRINGS$", "$TEXT$"); -/* start-sanitize-hpread */ /* Now read the native debug information. */ hpread_build_psymtabs (objfile, section_offsets, mainline); -/* end-sanitize-hpread */ /* Install any minimal symbols that have been collected as the current minimal symbols for this objfile. */ @@ -382,9 +380,7 @@ som_symfile_finish (objfile) { mfree (objfile -> md, objfile -> sym_stab_info); } -/* start-sanitize-hpread */ hpread_symfile_finish (objfile); -/* end-sanitize-hpread */ } /* SOM specific initialization routine for reading symbols. @@ -394,9 +390,7 @@ static void som_symfile_init (objfile) struct objfile *objfile; { -/* start-sanitize-hpread */ hpread_symfile_init (objfile); -/* end-sanitize-hpread */ } /* SOM specific parsing routine for section offsets. |