This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ia64/xm-aix.h #define GDB_GREGSET_T prgregset_t


Just FYI,

I don't think that the file gdb/config/ia64/xm-aix.h should contain the
text:

+ #define GDB_GREGSET_T prgregset_t
+ #define GDB_FPREGSET_T prfpregset_t

My understanding of GDB_GREGSET_T is that it is a native target thingie
(nm-*.h) and not a host compile thingie (xm-*.h).  I suspect this was
picked up through a sequence of cut/pastes of previous xm-*.h files -
many of the xm-*.h files contain the wrong thing.

Think of xm-*.h files as GDB's poor predecessor to autoconf.  In theory,
with autoconf, the xm-*.h files are not even needed.

	enjoy,
		Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]