aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/xm-hppab.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-04-18 17:18:12 +0000
committerJeff Law <law@redhat.com>1994-04-18 17:18:12 +0000
commitfe15373a50890d37ab755827554f4a1b9feacfe3 (patch)
tree9943e29f6da0932b9a2d6e9b366592c7bb6da070 /gdb/config/pa/xm-hppab.h
parent8bd8cef202765c88fd2451b47bfe6ba58f0798e5 (diff)
downloadgdb-fe15373a50890d37ab755827554f4a1b9feacfe3.zip
gdb-fe15373a50890d37ab755827554f4a1b9feacfe3.tar.gz
gdb-fe15373a50890d37ab755827554f4a1b9feacfe3.tar.bz2
* nm-hppab.h (KERNEL_U_ADDR): Define.
(FIVE_ARG_PTRACE): Likewise. (CANNOT_STORE_REGISTER): Likewise. * nm-hppah.h (KERNEL_U_ADDR): Define. (FIVE_ARG_PTRACE): Likewise. (CANNOT_STORE_REGISTER): Likewise. (NEED_TEXT_START_END): Likewise. * tm-hppah.h (NEED_TEXT_START_END): Delete definition. * xm-hppah.h (KERNEL_U_ADDR): Delete definition. (FIVE_ARG_PTRACE): Likewise. * xm-hppab.h (KERNEL_U_ADDR): Delete definition. (FIVE_ARG_PTRACE): Likewise. * hppa-tdep.c (read_unwind_info): Make static. (restore_pc_queue): Indirect through the target vector to reload the register state.
Diffstat (limited to 'gdb/config/pa/xm-hppab.h')
-rw-r--r--gdb/config/pa/xm-hppab.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/pa/xm-hppab.h b/gdb/config/pa/xm-hppab.h
index 13d1c1d..21cefd2 100644
--- a/gdb/config/pa/xm-hppab.h
+++ b/gdb/config/pa/xm-hppab.h
@@ -31,16 +31,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef INT_MIN
#define INT_MIN 0x80000000
-/* HPUX 8.0, in its infinite wisdom, has chosen to prototype ptrace
- with five arguments, so programs written for normal ptrace lose.
-
- Idiots.
-
- (They should have just made it varadic). */
-#define FIVE_ARG_PTRACE
-
-#define KERNEL_U_ADDR 0
-
#ifndef SEEK_SET
# define SEEK_SET 0 /* Set file pointer to "offset" */
# define SEEK_CUR 1 /* Set file pointer to current plus "offset" */