diff options
author | Richard Stallman <rms@gnu.org> | 1992-11-02 21:05:33 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-11-02 21:05:33 +0000 |
commit | 64329096136394d97daf2c7925729926f3318456 (patch) | |
tree | 41ae765273298e91469ee106a1f52efcf1438da2 | |
parent | 19b9f82ec75021861cdb099291513c40894d3f8d (diff) | |
download | gcc-64329096136394d97daf2c7925729926f3318456.zip gcc-64329096136394d97daf2c7925729926f3318456.tar.gz gcc-64329096136394d97daf2c7925729926f3318456.tar.bz2 |
Include i386gstabs.h, not i386gas.h.
From-SVN: r2677
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 8cfe544..d74a05e 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -20,7 +20,7 @@ /* This is tested by i386gas.h. */ #define YES_UNDERSCORES -#include "i386gas.h" +#include "i386gstabs.h" /* Specify predefined symbols in preprocessor. */ |