aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-09-04 23:46:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-09-04 23:46:48 +0000
commit8511a04886fb2c40d1bc542d5f749e85e27a61b9 (patch)
treedc1a1ad268d34a2c789517c93f8dfde99766b743 /gdb
parent649dfe9fabd4e5d618662ccbc994c9623e97029c (diff)
downloadgdb-8511a04886fb2c40d1bc542d5f749e85e27a61b9.zip
gdb-8511a04886fb2c40d1bc542d5f749e85e27a61b9.tar.gz
gdb-8511a04886fb2c40d1bc542d5f749e85e27a61b9.tar.bz2
* config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
* config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/alpha/nm-osf.h4
-rw-r--r--gdb/config/powerpc/nm-aix.h1
3 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f4d10e7..5ada106 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/config/alpha/nm-osf.h b/gdb/config/alpha/nm-osf.h
index 326bb30..288bc35 100644
--- a/gdb/config/alpha/nm-osf.h
+++ b/gdb/config/alpha/nm-osf.h
@@ -29,10 +29,6 @@
#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
diff --git a/gdb/config/powerpc/nm-aix.h b/gdb/config/powerpc/nm-aix.h
index 8c8a939..8dd2104 100644
--- a/gdb/config/powerpc/nm-aix.h
+++ b/gdb/config/powerpc/nm-aix.h
@@ -20,4 +20,3 @@
#include "rs6000/nm-rs6000.h"
-#define PTRACE_ARG3_TYPE int*