forked from Imagelibrary/binutils-gdb
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user