aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-10 03:14:09 +0000
committerRichard Stallman <rms@gnu.org>1992-11-10 03:14:09 +0000
commit933200256faadb7ea7f0554dc590aa555fbe02c6 (patch)
treeef81083bc994401808dd7c2d186ad14954b38499
parent166792f0ff5f8e93d3f4a8f97b4f415b66db55d6 (diff)
downloadgcc-933200256faadb7ea7f0554dc590aa555fbe02c6.zip
gcc-933200256faadb7ea7f0554dc590aa555fbe02c6.tar.gz
gcc-933200256faadb7ea7f0554dc590aa555fbe02c6.tar.bz2
Include i386gstabs.h, not i386gas.h.
From-SVN: r2728
-rw-r--r--gcc/config/i386/mach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h
index c163574..c4d4b37 100644
--- a/gcc/config/i386/mach.h
+++ b/gcc/config/i386/mach.h
@@ -4,7 +4,7 @@
i386gas.h checks this. */
#define YES_UNDERSCORES
-#include "i386gas.h"
+#include "i386gstabs.h"
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -DMACH"