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/hppa-tdep.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/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index a3f6994..3ff364c 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -521,7 +521,6 @@ find_unwind_entry(pc) return NULL; } -/* start-sanitize-hpread */ /* Return the adjustment necessary to make for addresses on the stack as presented by hpread.c. @@ -540,7 +539,6 @@ hpread_adjust_stack_address (func_addr) else return u->Total_frame_size << 3; } -/* end-sanitize-hpread */ /* Called to determine if PC is in an interrupt handler of some kind. */ |