Commit 57e51b0e by James Van Artsdalen

Use new file names for included m68k files.

From-SVN: r3095
parent deda1f9f
......@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_SWITCH_TABLES /* Different switch table handling */
#include "hp320.h"
#include "m68k/hp320.h"
/* See m68k.h. 0 means 680[01]0 with no 68881. */
......
......@@ -17,7 +17,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 "m68k.h"
#include "m68k/m68k.h"
/* See m68k.h. 0 means 68000 with no 68881. */
#define TARGET_DEFAULT 0
......
......@@ -21,7 +21,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m68k.h"
#include "m68k/m68k.h"
/* See m68k.h. 7 means 68020 with 68881. */
/* 5 is without 68881. Change to 7 if you have 68881 */
......
......@@ -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 "m68kv4.h"
#include "m68k/m68kv4.h"
/* Alter assembler syntax for fsgldiv and fsglmul.
It is highly likely that this is a generic SGS m68k assembler dependency.
......
......@@ -17,7 +17,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 "m68k.h"
#include "m68k/m68k.h"
/* This symbol may be tested in other files for special Apollo handling */
......
......@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_SWITCH_TABLES /* Different switch table handling */
#define CRDS /* Charles River Data Systems assembler */
#include "m68k.h"
#include "m68k/m68k.h"
/* Without STRUCTURE_SIZE_BOUNDARY, we can't ensure that structures are
aligned such that we can correctly extract bitfields from them.
......
......@@ -28,7 +28,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 "3b1g.h"
#include "m68k/3b1g.h"
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
......
......@@ -2,7 +2,7 @@
* dpx2.h - Bull DPX/2 200 and 300 systems (m68k, SysVr3)
*/
#include "m68k.h"
#include "m68k/m68k.h"
#undef SELECT_RTX_SECTION
#include "svr3.h"
......
......@@ -3,7 +3,7 @@
*/
#define USE_GAS
#include "dpx2.h"
#include "m68k/dpx2.h"
#ifndef USE_COLLECT2
/* We use set vectors for the constructors/destructors. */
......
......@@ -17,7 +17,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 "m68k.h"
#include "m68k/m68k.h"
/* See m68k.h. 0 means 68000 with no 68881. */
......
......@@ -3,7 +3,7 @@
/* See m68k.h. 0 means 68000 without 68881 and no bitfields. */
#define TARGET_DEFAULT 0
#include "hp320.h"
#include "m68k/hp320.h"
#undef CPP_SPEC
#undef ASM_SPEC
......
......@@ -9,4 +9,4 @@
#define USE_GAS
#include "hp310.h"
#include "m68k/hp310.h"
......@@ -58,7 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
our own exit function. */
#define HAVE_ATEXIT
#include "m68k.h"
#include "m68k/m68k.h"
/* See m68k.h. 7 means 68020 with 68881. */
......
......@@ -9,4 +9,4 @@
#define USE_GAS
#include "hp320.h"
#include "m68k/hp320.h"
#include "m68k.h"
#include "m68k/m68k.h"
/* See m68k.h. 7 means 68020 with 68881. */
......
......@@ -2,4 +2,4 @@
#define TARGET_DEFAULT 5
#include "isi.h"
#include "m68k/isi.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 "m68k.h"
#include "m68k/m68k.h"
/* See m68k.h. 7 means 68020 with 68881. */
#ifndef TARGET_DEFAULT
......
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