From 16a2f60ed8e8e31646b4903c74d0ae170bbc0942 Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Fri, 1 Jan 1993 12:38:34 +0000 Subject: [PATCH] Include files in m88k. From-SVN: r3037 --- gcc/config/m88k/dgux.h | 2 +- gcc/config/m88k/dolph.h | 2 +- gcc/config/m88k/luna.h | 2 +- gcc/config/m88k/sysv3.h | 2 +- gcc/config/m88k/sysv4.h | 2 +- gcc/config/m88k/xm-sysv3.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index 59058d35a0d..10f4021f6a7 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -36,7 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #include "svr4.h" -#include "m88k.h" +#include "m88k/m88k.h" /* Augment TARGET_SWITCHES with the MXDB options. */ #define MASK_STANDARD 0x40000000 /* Retain standard information */ diff --git a/gcc/config/m88k/dolph.h b/gcc/config/m88k/dolph.h index 8a26280c0eb..87e61e3a113 100644 --- a/gcc/config/m88k/dolph.h +++ b/gcc/config/m88k/dolph.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 "m88kv3.h" +#include "m88k/sysv3.h" /* Don't output structure tag names when it causes a forward reference. Symptom: diff --git a/gcc/config/m88k/luna.h b/gcc/config/m88k/luna.h index 7e1b39fdc49..9f900704845 100644 --- a/gcc/config/m88k/luna.h +++ b/gcc/config/m88k/luna.h @@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define DEFAULT_GDB_EXTENSIONS 0 #include "aoutos.h" -#include "m88k.h" +#include "m88k/m88k.h" /* Identify the compiler. */ #undef VERSION_INFO1 diff --git a/gcc/config/m88k/sysv3.h b/gcc/config/m88k/sysv3.h index 633fa2a2c22..30f8942380c 100644 --- a/gcc/config/m88k/sysv3.h +++ b/gcc/config/m88k/sysv3.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 "m88k.h" +#include "m88k/m88k.h" /* Default switches */ #undef TARGET_DEFAULT diff --git a/gcc/config/m88k/sysv4.h b/gcc/config/m88k/sysv4.h index 635ea624919..a32ba712d2c 100644 --- a/gcc/config/m88k/sysv4.h +++ b/gcc/config/m88k/sysv4.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #include "svr4.h" -#include "m88k.h" +#include "m88k/m88k.h" /* Identify the compiler. */ #undef VERSION_INFO1 diff --git a/gcc/config/m88k/xm-sysv3.h b/gcc/config/m88k/xm-sysv3.h index 6bfbce9c2f1..338fe13abef 100644 --- a/gcc/config/m88k/xm-sysv3.h +++ b/gcc/config/m88k/xm-sysv3.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 "xm-m88k.h" +#include "m88k/xm-m88k.h" #define R_OK 4 #define W_OK 2 -- 2.30.2