* config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
authorStan Shebs <shebs@codesourcery.com>
Wed, 6 Mar 1996 02:58:19 +0000 (02:58 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 6 Mar 1996 02:58:19 +0000 (02:58 +0000)
instead of in config/m68k/xm-hp300hpux.h.

gdb/ChangeLog
gdb/config/m68k/nm-hp300hpux.h
gdb/config/m68k/xm-hp300hpux.h

index 98549acca90109e35bf1ab33357f83342e324bc3..e40e124428d7b026b2dcc88a86d80bcd77ab5c80 100644 (file)
@@ -1,3 +1,8 @@
+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
index 1e1f225d4b7c1785b6eaa86fd919db2b7f30a8dc..83e7b2bfba8c1939cd3771f910e18d13b6843079 100644 (file)
@@ -42,3 +42,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
     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
index c84282e32ea69b728c254d5ea9b6247c4513bd87..fc29638677dd02134ee5e2c79b36f0856c2a6e1b 100644 (file)
@@ -19,14 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #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