From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Discussion Subject: ia64/xm-aix.h #define GDB_GREGSET_T prgregset_t Date: Tue, 27 Feb 2001 09:45:00 -0000 Message-id: <3A9BE71B.462974D3@cygnus.com> X-SW-Source: 2001-02/msg00414.html 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