diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-19 17:18:54 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-19 17:18:54 +0000 |
commit | 5b4a1225e3e417e1ca6df1dfa8b1fad27ef6cafd (patch) | |
tree | 92de00146328c2e2a2b03d705af9e8812dfed0e2 /gcc/config/i386/sysv4.h | |
parent | 176dc61903c4b7c53d8c29aba93aee6f8aaf96a8 (diff) | |
download | gcc-5b4a1225e3e417e1ca6df1dfa8b1fad27ef6cafd.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1630 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sysv4.h')
-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 e20ca74419e..7d4871f23dc 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)"); |