aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/ia64/nm-aix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/ia64/nm-aix.h')
-rw-r--r--gdb/config/ia64/nm-aix.h7
1 files changed, 5 insertions, 2 deletions
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 */