Use new file names for included i860 files.
authorJames Van Artsdalen <jrv@gnu.org>
Wed, 6 Jan 1993 07:16:38 +0000 (07:16 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Wed, 6 Jan 1993 07:16:38 +0000 (07:16 +0000)
From-SVN: r3114

gcc/config/i860/bsd-gas.h
gcc/config/i860/bsd.h
gcc/config/i860/fx2800.h
gcc/config/i860/mach.h
gcc/config/i860/sysv3.h
gcc/config/i860/sysv4.h

index 9e3141c2a9dfd5b4ed8462e8bee5d0dddea5add6..11b400bb7452c7c806030debe711a08d70195760 100644 (file)
@@ -1,4 +1,4 @@
-#include "i860b.h"
+#include "i860/bsd.h"
 
 #undef ASCII_DATA_ASM_OP
 #define ASCII_DATA_ASM_OP ".ascii"
index a7dcce300f8ee9f01ad812bacdea2fdd3cde2ff9..df79aa36dc61f9efe41148d6f6470179893d3f81 100644 (file)
@@ -1,4 +1,4 @@
-#include "i860.h"
+#include "i860/i860.h"
 
 #undef TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (i860, BSD)")
index 703eea813690b7df8fc6091e0ed9b01e3df51bfb..db134a58116aaf07f852e320d19cb6f138249130 100644 (file)
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define OUTPUT_TDESC
 
-#include "i860v4.h"
+#include "i860/sysv4.h"
 
 /* The Alliant fx2800 running Concentrix 2.x is weird.  This is basically
    a BSD 4.3 based operating system, but it uses svr4 ELF format object
index 3f752c6f9d6e4663b60a57aa0c7c9ab5f12aca79..715925922023f446bcb66dd3c75c144a81dd5c9f 100644 (file)
@@ -1,6 +1,6 @@
 /* Configuration for an i860 running Mach as the target machine.  */
 
-#include "i860.h"
+#include "i860/i860.h"
 
 #undef TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");
index 00a66a9c8ccb6d7c7b79fbf031305cbfdef2cbc1..26d3c614f917d4aca1fad1eb74f7e7c61faef742 100644 (file)
@@ -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 "i860.h"
+#include "i860/i860.h"
 #include "svr3.h"
 
 #undef TARGET_VERSION
index 4f5d60cd23df24a24054338f7e3c2634c7b39138..528940a6a05500a4dc6df2f99ae322c618f71128 100644 (file)
@@ -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 "i860.h"
+#include "i860/i860.h"
 #include "svr4.h"
 
 #undef TARGET_VERSION