diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-19 17:18:54 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-19 17:18:54 +0000 |
commit | 3c2cbc919d6c29cfe8786f26d49d4ab8f63ecad5 (patch) | |
tree | 92de00146328c2e2a2b03d705af9e8812dfed0e2 | |
parent | 4c461967d48222ef2e8dc739b2d31bc6a2d67d4c (diff) | |
download | gcc-3c2cbc919d6c29cfe8786f26d49d4ab8f63ecad5.zip gcc-3c2cbc919d6c29cfe8786f26d49d4ab8f63ecad5.tar.gz gcc-3c2cbc919d6c29cfe8786f26d49d4ab8f63ecad5.tar.bz2 |
entered into RCS
From-SVN: r1630
-rw-r--r-- | gcc/config/i386/sysv4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index e20ca74..7d4871f 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -22,8 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "i386.h" /* Base i386 target machine definitions */ #include "att386.h" /* Use the i386 AT&T assembler syntax */ #include "svr4.h" /* Definitions common to all SVR4 targets */ -#include "machmode.h" -#include "real.h" #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i386 System V Release 4)"); |