instead of in config/m68k/xm-hp300hpux.h.
+Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
+
+ * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
+ instead of in config/m68k/xm-hp300hpux.h.
+
Tue Mar 5 12:05:35 1996 J.T. Conklin <jtc@rtl.cygnus.com>
* i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
addr = (int) (((struct proc_regs *)(blockend))->p_float \
+ (regno) - FPC_REGNUM); \
}
+
+/* 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 HOST_BYTE_ORDER BIG_ENDIAN
-/* 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 this to indicate problems with traps after continuing. */
#define HP_OS_BUG