From 6ae979202b998bb0f3177bb6187fec219fb4b8da Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Wed, 6 Jan 1993 07:16:38 +0000 Subject: [PATCH] Use new file names for included i860 files. From-SVN: r3114 --- gcc/config/i860/bsd-gas.h | 2 +- gcc/config/i860/bsd.h | 2 +- gcc/config/i860/fx2800.h | 2 +- gcc/config/i860/mach.h | 2 +- gcc/config/i860/sysv3.h | 2 +- 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 9e3141c2a9d..11b400bb745 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 a7dcce300f8..df79aa36dc6 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 703eea81369..db134a58116 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 3f752c6f9d6..71592592202 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 00a66a9c8cc..26d3c614f91 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 4f5d60cd23d..528940a6a05 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 -- 2.30.2