From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jiri Smid Cc: gdb-patches@sources.redhat.com Subject: config/i386/xm-x86_64.h; Was [RFA]: x86_64 target files Date: Thu, 09 Aug 2001 23:12:00 -0000 Message-id: <3B737B2C.2050207@cygnus.com> References: X-SW-Source: 2001-08/msg00096.html Just FYI, I'm trying to eliminate the need for xm files such as. > * config/i386/xm-x86_64.h: New file. however for the moment we've still got them, so notes below: > + /* Need R_OK etc, but USG isn't defined. */ > + #include I think this bit is wrong. It should be handled by autoconf or some other mechanism. If it is really really needed then the xm-* file will need to be renamed to something that mentions ``linux''. There is no guarentee that any other OS will have the same problem. Could you even exploit MarkK's recent cleanups and just point XM_FILE at config/i386/xm-i386.h? Andrew