aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1993-01-01 12:38:34 +0000
committerTom Wood <wood@gnu.org>1993-01-01 12:38:34 +0000
commit16a2f60ed8e8e31646b4903c74d0ae170bbc0942 (patch)
treec4ede43ddcffd2ab218556a1b5d121729241a205
parente6b89e8bf27c932835b54313cc7e3a78bf07d0ce (diff)
downloadgcc-16a2f60ed8e8e31646b4903c74d0ae170bbc0942.zip
gcc-16a2f60ed8e8e31646b4903c74d0ae170bbc0942.tar.gz
gcc-16a2f60ed8e8e31646b4903c74d0ae170bbc0942.tar.bz2
Include files in m88k.
From-SVN: r3037
-rw-r--r--gcc/config/m88k/dgux.h2
-rw-r--r--gcc/config/m88k/dolph.h2
-rw-r--r--gcc/config/m88k/luna.h2
-rw-r--r--gcc/config/m88k/sysv3.h2
-rw-r--r--gcc/config/m88k/sysv4.h2
-rw-r--r--gcc/config/m88k/xm-sysv3.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h
index 59058d3..10f4021 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 8a26280..87e61e3 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 7e1b39f..9f90070 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 633fa2a..30f8942 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 635ea62..a32ba71 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 6bfbce9..338fe13 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