aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/tm-hppa.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-11-25 08:06:49 +0000
committerJeff Law <law@redhat.com>1994-11-25 08:06:49 +0000
commit2848f793440a8e9988b1fc682b8f1546af1eaa28 (patch)
tree7c673e55a3ab09631a576463ebbd2fcae37bda6d /gdb/config/pa/tm-hppa.h
parent8ee0532ba8de5c9f4055959738cbeb7244a3e7f8 (diff)
downloadgdb-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/config/pa/tm-hppa.h')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index f88462b..3dc838d 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -522,10 +522,8 @@ extern void target_write_pc PARAMS ((CORE_ADDR, int));
#define TARGET_READ_PC(pid) target_read_pc (pid)
#define TARGET_WRITE_PC(v,pid) target_write_pc (v,pid)
-/* start-sanitize-hpread */
/* For a number of horrible reasons we may have to adjust the location
of variables on the stack. Ugh. */
#define HPREAD_ADJUST_STACK_ADDRESS(ADDR) hpread_adjust_stack_address(ADDR)
-/* end-sanitize-hpread */
extern int hpread_adjust_stack_address PARAMS ((CORE_ADDR));