aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1993-01-05 05:54:06 +0000
committerJames Van Artsdalen <jrv@gnu.org>1993-01-05 05:54:06 +0000
commitdeda1f9fabddd2ae1ec58f95c31b4121313bc798 (patch)
tree54ca4405bdc44449ff9d7b795194a4a965e926c1 /gcc
parentf45aa40e48951abcb53e5f1d227f46b727095d46 (diff)
downloadgcc-deda1f9fabddd2ae1ec58f95c31b4121313bc798.zip
gcc-deda1f9fabddd2ae1ec58f95c31b4121313bc798.tar.gz
gcc-deda1f9fabddd2ae1ec58f95c31b4121313bc798.tar.bz2
Use new file names for included ns32k files.
From-SVN: r3094
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/ns32k/encore.h2
-rw-r--r--gcc/config/ns32k/genix.h2
-rw-r--r--gcc/config/ns32k/merlin.h2
-rw-r--r--gcc/config/ns32k/pc532-mach.h2
-rw-r--r--gcc/config/ns32k/pc532-min.h2
-rw-r--r--gcc/config/ns32k/pc532.h2
-rw-r--r--gcc/config/ns32k/sequent.h2
-rw-r--r--gcc/config/ns32k/tek6000.h4
-rw-r--r--gcc/config/ns32k/tek6100.h2
-rw-r--r--gcc/config/ns32k/tek6200.h2
-rw-r--r--gcc/config/ns32k/xm-pc532-min.h2
11 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config/ns32k/encore.h b/gcc/config/ns32k/encore.h
index d27a418..7ceaffb 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 cc64f60..c775da0 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 30aa15d..250495d 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 19b0b0d..af0f28b 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 52be4d5..b604b67 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 fd5dd04..d03db71 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 990ce85..c007e2b 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 291d0bb..12173be 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 fa69e08..fbaf019 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 d2c6751..7dac295 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 d9398c0..9054c0e 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