Commit 4d790f67 by Doug Evans

lite.h: #include aoutos.h.

	* sparc/lite.h: #include aoutos.h.
	(TARGET_DEFAULT): Use MASK_FOO values.

From-SVN: r11314
parent d4d2b13f
/* Definitions of target machine for GNU compiler, for SPARClite w/o FPU. /* Definitions of target machine for GNU compiler, for SPARClite w/o FPU.
Copyright (C) 1993 Free Software Foundation, Inc. Copyright (C) 1993, 1996 Free Software Foundation, Inc.
Contributed by Jim Wilson (wilson@cygnus.com). Contributed by Jim Wilson (wilson@cygnus.com).
This file is part of GNU CC. This file is part of GNU CC.
...@@ -20,6 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, ...@@ -20,6 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#include "sparc/sparc.h" #include "sparc/sparc.h"
#include "aoutos.h"
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu(sparc) -Amachine(sparc)" #define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu(sparc) -Amachine(sparc)"
...@@ -27,10 +28,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,10 +28,10 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_VERSION #undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (sparclite)"); #define TARGET_VERSION fprintf (stderr, " (sparclite)");
/* Enable sparclite and epilogue options. Do not enable the fpu. */ /* Enable app-regs and epilogue options. Do not enable the fpu. */
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
#define TARGET_DEFAULT (1024+130) #define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE)
/* US Software GOFAST library support. */ /* US Software GOFAST library support. */
#include "gofast.h" #include "gofast.h"
......
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