aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-05-18 14:09:46 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-05-18 14:09:46 -0400
commitcc035b63bddca3496877a5211d6c8c0d78e6ecd9 (patch)
tree6eca06121dcc6b880700f9ec414dc23f4422fdf3
parenta67c93c82a4069e691fbe703fd3618fc9159582e (diff)
downloadgcc-cc035b63bddca3496877a5211d6c8c0d78e6ecd9.zip
gcc-cc035b63bddca3496877a5211d6c8c0d78e6ecd9.tar.gz
gcc-cc035b63bddca3496877a5211d6c8c0d78e6ecd9.tar.bz2
No longer include i860.h.
From-SVN: r12028
-rw-r--r--gcc/config/i860/bsd.h2
-rw-r--r--gcc/config/i860/mach.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i860/bsd.h b/gcc/config/i860/bsd.h
index 4f745c5..17b0533 100644
--- a/gcc/config/i860/bsd.h
+++ b/gcc/config/i860/bsd.h
@@ -1,5 +1,3 @@
-#include "i860/i860.h"
-
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860, BSD)")
diff --git a/gcc/config/i860/mach.h b/gcc/config/i860/mach.h
index 7a4f523..a59cc58 100644
--- a/gcc/config/i860/mach.h
+++ b/gcc/config/i860/mach.h
@@ -1,7 +1,5 @@
/* Configuration for an i860 running Mach as the target machine. */
-#include "i860/i860.h"
-
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");