From deda1f9fabddd2ae1ec58f95c31b4121313bc798 Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Tue, 5 Jan 1993 05:54:06 +0000 Subject: [PATCH] Use new file names for included ns32k files. From-SVN: r3094 --- gcc/config/ns32k/encore.h | 2 +- gcc/config/ns32k/genix.h | 2 +- gcc/config/ns32k/merlin.h | 2 +- gcc/config/ns32k/pc532-mach.h | 2 +- gcc/config/ns32k/pc532-min.h | 2 +- gcc/config/ns32k/pc532.h | 2 +- gcc/config/ns32k/sequent.h | 2 +- gcc/config/ns32k/tek6000.h | 4 ++-- gcc/config/ns32k/tek6100.h | 2 +- gcc/config/ns32k/tek6200.h | 2 +- gcc/config/ns32k/xm-pc532-min.h | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gcc/config/ns32k/encore.h b/gcc/config/ns32k/encore.h index d27a418b9a8..7ceaffbe9d2 100644 --- a/gcc/config/ns32k/encore.h +++ b/gcc/config/ns32k/encore.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define EXTERNAL_PREFIX '?' #define IMMEDIATE_PREFIX '$' -#include "ns32k.h" +#include "ns32k/ns32k.h" #define SDB_DEBUGGING_INFO #undef DBX_REGISTER_NUMBER diff --git a/gcc/config/ns32k/genix.h b/gcc/config/ns32k/genix.h index cc64f605236..c775da08940 100644 --- a/gcc/config/ns32k/genix.h +++ b/gcc/config/ns32k/genix.h @@ -17,7 +17,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 "encore.h" +#include "ns32k/encore.h" /* We don't want the one Encore needs. */ #undef ASM_SPEC diff --git a/gcc/config/ns32k/merlin.h b/gcc/config/ns32k/merlin.h index 30aa15d64b6..250495d8af4 100644 --- a/gcc/config/ns32k/merlin.h +++ b/gcc/config/ns32k/merlin.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SEQUENT_ADDRESS_BUG 1 #define SEQUENT_BASE_REGS -#include "ns32k.h" +#include "ns32k/ns32k.h" /* This is BSD, so it wants DBX format. */ #define DBX_DEBUGGING_INFO diff --git a/gcc/config/ns32k/pc532-mach.h b/gcc/config/ns32k/pc532-mach.h index 19b0b0dd5bb..af0f28bd7cf 100644 --- a/gcc/config/ns32k/pc532-mach.h +++ b/gcc/config/ns32k/pc532-mach.h @@ -18,7 +18,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 "pc532.h" +#include "ns32k/pc532.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dns32532 -DPC532 -DMACH=1" diff --git a/gcc/config/ns32k/pc532-min.h b/gcc/config/ns32k/pc532-min.h index 52be4d56511..b604b67aeaa 100644 --- a/gcc/config/ns32k/pc532-min.h +++ b/gcc/config/ns32k/pc532-min.h @@ -23,7 +23,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 "pc532.h" +#include "ns32k/pc532.h" /* Minix has crtso.o instead of crt0.o */ #undef STARTFILE_SPEC diff --git a/gcc/config/ns32k/pc532.h b/gcc/config/ns32k/pc532.h index fd5dd04b90f..d03db710ee4 100644 --- a/gcc/config/ns32k/pc532.h +++ b/gcc/config/ns32k/pc532.h @@ -20,7 +20,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 "ns32k.h" +#include "ns32k/ns32k.h" /* Compile for the floating point unit & 32532 by default; also presume SB is zero */ diff --git a/gcc/config/ns32k/sequent.h b/gcc/config/ns32k/sequent.h index 990ce85c1c6..c007e2bdab8 100644 --- a/gcc/config/ns32k/sequent.h +++ b/gcc/config/ns32k/sequent.h @@ -18,7 +18,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 "ns32k.h" +#include "ns32k/ns32k.h" /* This is BSD, so it wants DBX format. */ #define DBX_DEBUGGING_INFO diff --git a/gcc/config/ns32k/tek6000.h b/gcc/config/ns32k/tek6000.h index 291d0bb544d..12173bec011 100644 --- a/gcc/config/ns32k/tek6000.h +++ b/gcc/config/ns32k/tek6000.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Generic Tektronix 6000 series NS32000 version. - See tek6100.h and tek6200.h, which include this file. + See ns32k/tek6100.h and ns32k/tek6200.h, which include this file. Copyright (C) 1990 Free Software Foundation, Inc. Created by Snoopy (sopwith.uucp!snoopy). Based on work by Mark Mason (mason@reed.bitnet, @@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ABSOLUTE_PREFIX 0 #define IMMEDIATE_PREFIX '$' -#include "ns32k.h" +#include "ns32k/ns32k.h" /* Define these after ns32k.c so we will notice if gcc tries to * output external mode addressing. UTek's as and ld do not support diff --git a/gcc/config/ns32k/tek6100.h b/gcc/config/ns32k/tek6100.h index fa69e087ce5..fbaf0196baf 100644 --- a/gcc/config/ns32k/tek6100.h +++ b/gcc/config/ns32k/tek6100.h @@ -1,4 +1,4 @@ -#include "tek6000.h" +#include "ns32k/tek6000.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES \ diff --git a/gcc/config/ns32k/tek6200.h b/gcc/config/ns32k/tek6200.h index d2c67513765..7dac295298f 100644 --- a/gcc/config/ns32k/tek6200.h +++ b/gcc/config/ns32k/tek6200.h @@ -1,4 +1,4 @@ -#include "tek6000.h" +#include "ns32k/tek6000.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES \ diff --git a/gcc/config/ns32k/xm-pc532-min.h b/gcc/config/ns32k/xm-pc532-min.h index d9398c0919a..9054c0e2b23 100644 --- a/gcc/config/ns32k/xm-pc532-min.h +++ b/gcc/config/ns32k/xm-pc532-min.h @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USG -#include "xm-ns32k.h" +#include "ns32k/xm-ns32k.h" #ifndef HZ #define HZ 60 -- 2.30.2