diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-30 03:25:14 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-30 03:25:14 +0000 |
commit | 924d959ea245009194629a11da4ffefaa4e02603 (patch) | |
tree | c030453e506615776f4508bd33e5f34b87858d59 /gcc | |
parent | 91afd8f5f7d72ff2d6517d829494dfb01b791df3 (diff) | |
download | gcc-924d959ea245009194629a11da4ffefaa4e02603.zip gcc-924d959ea245009194629a11da4ffefaa4e02603.tar.gz gcc-924d959ea245009194629a11da4ffefaa4e02603.tar.bz2 |
Use new file names for included 386 files.
From-SVN: r2979
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/isccoff.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/sco.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/xm-isc.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/xm-sco.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/isccoff.h b/gcc/config/i386/isccoff.h index bcd5d74..6668c33 100644 --- a/gcc/config/i386/isccoff.h +++ b/gcc/config/i386/isccoff.h @@ -4,7 +4,7 @@ /* Mostly it's like AT&T Unix System V. */ -#include "i386/svr3.h" +#include "i386/sysv3.h" /* But with a few changes. */ #include "i386/isc.h" diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index a6e0e4f..dff5e24 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -3,7 +3,7 @@ /* Mostly it's like AT&T Unix System V. */ -#include "i386/svr3.h" +#include "i386/sysv3.h" /* By default, target has a 80387, uses IEEE compatible arithmetic, and returns float values in the 387, ie, diff --git a/gcc/config/i386/xm-isc.h b/gcc/config/i386/xm-isc.h index a298285..a822f0c 100644 --- a/gcc/config/i386/xm-isc.h +++ b/gcc/config/i386/xm-isc.h @@ -1,4 +1,4 @@ #define REAL_VALUE_ATOF(x) strtod ((x), (char **)0) extern double strtod (); -#include "i386/xm-svr3.h" +#include "i386/xm-sysv3.h" diff --git a/gcc/config/i386/xm-sco.h b/gcc/config/i386/xm-sco.h index dae5058..7a39631 100644 --- a/gcc/config/i386/xm-sco.h +++ b/gcc/config/i386/xm-sco.h @@ -1,6 +1,6 @@ /* Configuration for GCC for Intel i386 running SCO. */ -#include "i386/xm-svr3.h" +#include "i386/xm-sysv3.h" /* On SCO 3.2.1, ldexp rejects values outside [0.5, 1). */ |