aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-03-03 00:08:27 +0000
committerKevin Buettner <kevinb@redhat.com>2001-03-03 00:08:27 +0000
commit52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c (patch)
treeb51ed4cab4333cc3af63a0c14c3e77fb57cc1104
parenta8150a881739d20084f5917bcbccf5346290fd96 (diff)
downloadbinutils-52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c.zip
binutils-52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c.tar.gz
binutils-52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c.tar.bz2
Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h
to config/ia64/nm-aix.h.
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/config/ia64/nm-aix.h7
-rw-r--r--gdb/config/ia64/xm-aix.h3
3 files changed, 13 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 70aba46..7655fcb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2001-03-02 Kevin Buettner <kevinb@redhat.com>
+
+ * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
+ from here...
+ * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
+ (MONTEREY): Don't define.
+ (AIX5): Define.
+
2001-03-02 Matt Hiller <hiller@redhat.com>
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
diff --git a/gdb/config/ia64/nm-aix.h b/gdb/config/ia64/nm-aix.h
index 4685aea..893fe34 100644
--- a/gdb/config/ia64/nm-aix.h
+++ b/gdb/config/ia64/nm-aix.h
@@ -23,12 +23,15 @@
#include "nm-sysv4.h"
-#ifndef MONTEREY
-#define MONTEREY 1
+#ifndef AIX5
+#define AIX5 1
#endif
/* Type of the operation code for sending control messages to the
/proc/PID/ctl file */
#define PROC_CTL_WORD_TYPE int
+#define GDB_GREGSET_T prgregset_t
+#define GDB_FPREGSET_T prfpregset_t
+
#endif /* #ifndef NM_AIX_H */
diff --git a/gdb/config/ia64/xm-aix.h b/gdb/config/ia64/xm-aix.h
index dae8e95..0023bfa 100644
--- a/gdb/config/ia64/xm-aix.h
+++ b/gdb/config/ia64/xm-aix.h
@@ -27,7 +27,4 @@
#include "xm-sysv4.h"
-#define GDB_GREGSET_T prgregset_t
-#define GDB_FPREGSET_T prfpregset_t
-
#endif /* #ifndef XM_AIX_H */