Commit 16a2f60e by Tom Wood

Include files in m88k.

From-SVN: r3037
parent e6b89e8b
...@@ -36,7 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -36,7 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif #endif
#include "svr4.h" #include "svr4.h"
#include "m88k.h" #include "m88k/m88k.h"
/* Augment TARGET_SWITCHES with the MXDB options. */ /* Augment TARGET_SWITCHES with the MXDB options. */
#define MASK_STANDARD 0x40000000 /* Retain standard information */ #define MASK_STANDARD 0x40000000 /* Retain standard information */
......
...@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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. /* Don't output structure tag names when it causes a forward reference.
Symptom: Symptom:
......
...@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define DEFAULT_GDB_EXTENSIONS 0 #define DEFAULT_GDB_EXTENSIONS 0
#include "aoutos.h" #include "aoutos.h"
#include "m88k.h" #include "m88k/m88k.h"
/* Identify the compiler. */ /* Identify the compiler. */
#undef VERSION_INFO1 #undef VERSION_INFO1
......
...@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m88k.h" #include "m88k/m88k.h"
/* Default switches */ /* Default switches */
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
......
...@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif #endif
#include "svr4.h" #include "svr4.h"
#include "m88k.h" #include "m88k/m88k.h"
/* Identify the compiler. */ /* Identify the compiler. */
#undef VERSION_INFO1 #undef VERSION_INFO1
......
...@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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 R_OK 4
#define W_OK 2 #define W_OK 2
......
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