Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h
to config/ia64/nm-aix.h.
This commit is contained in:
parent
a8150a8817
commit
52b5c2eb6c
3 changed files with 13 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue