diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-03-03 00:08:27 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-03-03 00:08:27 +0000 |
commit | 52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c (patch) | |
tree | b51ed4cab4333cc3af63a0c14c3e77fb57cc1104 /gdb/config/ia64 | |
parent | a8150a881739d20084f5917bcbccf5346290fd96 (diff) | |
download | gdb-52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c.zip gdb-52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c.tar.gz gdb-52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c.tar.bz2 |
Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h
to config/ia64/nm-aix.h.
Diffstat (limited to 'gdb/config/ia64')
-rw-r--r-- | gdb/config/ia64/nm-aix.h | 7 | ||||
-rw-r--r-- | gdb/config/ia64/xm-aix.h | 3 |
2 files changed, 5 insertions, 5 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 */ 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 */ |