diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-04-13 17:00:11 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-04-13 17:00:11 -0600 |
commit | b3d2c3b8a35842212a2e327032d9aef95d475567 (patch) | |
tree | 2449add9dc5fd5e7f66584f97d6d1e47f86050e8 | |
parent | f133e603a99453aa331f9b437bb4310ed841f6b6 (diff) | |
download | gcc-b3d2c3b8a35842212a2e327032d9aef95d475567.zip gcc-b3d2c3b8a35842212a2e327032d9aef95d475567.tar.gz gcc-b3d2c3b8a35842212a2e327032d9aef95d475567.tar.bz2 |
Missed during interix commit.
From-SVN: r26429
-rw-r--r-- | gcc/config/i386/i386-interix.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/i386/i386-interix.h b/gcc/config/i386/i386-interix.h index d665844..8e9f443 100644 --- a/gcc/config/i386/i386-interix.h +++ b/gcc/config/i386/i386-interix.h @@ -26,13 +26,14 @@ Boston, MA 02111-1307, USA. */ #define YES_UNDERSCORES +/* YES_UNDERSCORES must preceed gas.h */ +#include <i386/gas.h> +/* The rest must follow. */ + #define DBX_DEBUGGING_INFO #define SDB_DEBUGGING_INFO #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG -#include <interix.h> -#include <i386/gas.h> /* we're close enough ... */ - #define HANDLE_SYSV_PRAGMA #undef HANDLE_PRAGMA_WEAK /* until the link format can handle it */ |