diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-08 21:41:41 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-08 21:41:41 +0000 |
commit | a851303047ec3886fc45c29780dd6643c101bfc2 (patch) | |
tree | eadc07a2f84551e618447121a52e3ed0e963b53e /gcc | |
parent | 1bf3a36e4d67104b22a2775f15df925dbea58451 (diff) | |
download | gcc-a851303047ec3886fc45c29780dd6643c101bfc2.zip gcc-a851303047ec3886fc45c29780dd6643c101bfc2.tar.gz gcc-a851303047ec3886fc45c29780dd6643c101bfc2.tar.bz2 |
Only include i386/gstabs.h if LINUX_ELF is not defined.
From-SVN: r5687
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 18513a6..01b96ad 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -20,7 +20,9 @@ /* This is tested by i386/gas.h. */ #define YES_UNDERSCORES +#ifndef LINUX_ELF #include "i386/gstabs.h" +#endif /* Specify predefined symbols in preprocessor. */ |