diff options
author | James Van Artsdalen <jrv@gnu.org> | 1993-01-06 07:16:38 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1993-01-06 07:16:38 +0000 |
commit | 6ae979202b998bb0f3177bb6187fec219fb4b8da (patch) | |
tree | bc03b110aabb0ebc2920ccd2c9520fefa3b71e02 /gcc | |
parent | f1c7021e43b3166079024ccd99d87dee2bb5d1f2 (diff) | |
download | gcc-6ae979202b998bb0f3177bb6187fec219fb4b8da.zip gcc-6ae979202b998bb0f3177bb6187fec219fb4b8da.tar.gz gcc-6ae979202b998bb0f3177bb6187fec219fb4b8da.tar.bz2 |
Use new file names for included i860 files.
From-SVN: r3114
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/bsd-gas.h | 2 | ||||
-rw-r--r-- | gcc/config/i860/bsd.h | 2 | ||||
-rw-r--r-- | gcc/config/i860/fx2800.h | 2 | ||||
-rw-r--r-- | gcc/config/i860/mach.h | 2 | ||||
-rw-r--r-- | gcc/config/i860/sysv3.h | 2 | ||||
-rw-r--r-- | gcc/config/i860/sysv4.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/i860/bsd-gas.h b/gcc/config/i860/bsd-gas.h index 9e3141c..11b400b 100644 --- a/gcc/config/i860/bsd-gas.h +++ b/gcc/config/i860/bsd-gas.h @@ -1,4 +1,4 @@ -#include "i860b.h" +#include "i860/bsd.h" #undef ASCII_DATA_ASM_OP #define ASCII_DATA_ASM_OP ".ascii" diff --git a/gcc/config/i860/bsd.h b/gcc/config/i860/bsd.h index a7dcce3..df79aa3 100644 --- a/gcc/config/i860/bsd.h +++ b/gcc/config/i860/bsd.h @@ -1,4 +1,4 @@ -#include "i860.h" +#include "i860/i860.h" #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i860, BSD)") diff --git a/gcc/config/i860/fx2800.h b/gcc/config/i860/fx2800.h index 703eea8..db134a5 100644 --- a/gcc/config/i860/fx2800.h +++ b/gcc/config/i860/fx2800.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define OUTPUT_TDESC -#include "i860v4.h" +#include "i860/sysv4.h" /* The Alliant fx2800 running Concentrix 2.x is weird. This is basically a BSD 4.3 based operating system, but it uses svr4 ELF format object diff --git a/gcc/config/i860/mach.h b/gcc/config/i860/mach.h index 3f752c6..7159259 100644 --- a/gcc/config/i860/mach.h +++ b/gcc/config/i860/mach.h @@ -1,6 +1,6 @@ /* Configuration for an i860 running Mach as the target machine. */ -#include "i860.h" +#include "i860/i860.h" #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)"); diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h index 00a66a9..26d3c61 100644 --- a/gcc/config/i860/sysv3.h +++ b/gcc/config/i860/sysv3.h @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "i860.h" +#include "i860/i860.h" #include "svr3.h" #undef TARGET_VERSION diff --git a/gcc/config/i860/sysv4.h b/gcc/config/i860/sysv4.h index 4f5d60c..528940a 100644 --- a/gcc/config/i860/sysv4.h +++ b/gcc/config/i860/sysv4.h @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "i860.h" +#include "i860/i860.h" #include "svr4.h" #undef TARGET_VERSION |