Commit 6ae97920 by James Van Artsdalen

Use new file names for included i860 files.

From-SVN: r3114
parent f1c7021e
#include "i860b.h"
#include "i860/bsd.h"
#undef ASCII_DATA_ASM_OP
#define ASCII_DATA_ASM_OP ".ascii"
#include "i860.h"
#include "i860/i860.h"
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860, BSD)")
......
......@@ -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
......
/* 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)");
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment