diff options
author | Jeff Law <law@redhat.com> | 1994-04-18 17:18:12 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-04-18 17:18:12 +0000 |
commit | fe15373a50890d37ab755827554f4a1b9feacfe3 (patch) | |
tree | 9943e29f6da0932b9a2d6e9b366592c7bb6da070 /gdb/config/pa/xm-hppah.h | |
parent | 8bd8cef202765c88fd2451b47bfe6ba58f0798e5 (diff) | |
download | gdb-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-hppah.h')
-rw-r--r-- | gdb/config/pa/xm-hppah.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h index bd452ad..64e7524 100644 --- a/gdb/config/pa/xm-hppah.h +++ b/gdb/config/pa/xm-hppah.h @@ -30,14 +30,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 USG #ifndef __STDC__ @@ -47,8 +39,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_TERMIOS -#define KERNEL_U_ADDR 0 - /* HP uses non-ANSI definitions, but with void * results. */ #define MEM_FNS_DECLARED /* Some non-ANSI use void *, not char *. */ extern void * |