* config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
authorJoel Brobecker <brobecker@gnat.com>
Sat, 4 Sep 2004 23:46:48 +0000 (23:46 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sat, 4 Sep 2004 23:46:48 +0000 (23:46 +0000)
        * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.

gdb/ChangeLog
gdb/config/alpha/nm-osf.h
gdb/config/powerpc/nm-aix.h

index f4d10e7..5ada106 100644 (file)
@@ -1,5 +1,10 @@
 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
 
+       * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
+       * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
+
+2004-09-04  Joel Brobecker  <brobecker@gnat.com>
+
        * config/rs6000/xm-aix4.h: Remove this file.
        * config/rs6000/aix4.mh (XM_FILE): Delete.
 
index 326bb30..288bc35 100644 (file)
 
 #define U_REGS_OFFSET 0
 
-/* FIXME: Shouldn't the default definition in inferior.h be int* ? */
-
-#define PTRACE_ARG3_TYPE int*
-
 /* ptrace transfers longs, the ptrace man page is lying.  */
 
 #define PTRACE_XFER_TYPE long
index 8c8a939..8dd2104 100644 (file)
@@ -20,4 +20,3 @@
 
 #include "rs6000/nm-rs6000.h"
 
-#define PTRACE_ARG3_TYPE int*