lite.h: #include aoutos.h.
authorDoug Evans <dje@gnu.org>
Tue, 20 Feb 1996 00:08:09 +0000 (00:08 +0000)
committerDoug Evans <dje@gnu.org>
Tue, 20 Feb 1996 00:08:09 +0000 (00:08 +0000)
* sparc/lite.h: #include aoutos.h.
(TARGET_DEFAULT): Use MASK_FOO values.

From-SVN: r11314

gcc/config/sparc/lite.h

index c7154e9ea1ad1b678e7a3c1db59908e13fcf0063..72aa8f8b120dcca1205ae1ed0cde2e7cfe382a19 100644 (file)
@@ -1,5 +1,5 @@
 /* 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).
 
 This file is part of GNU CC.
@@ -20,6 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 #include "sparc/sparc.h"
+#include "aoutos.h"
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu(sparc) -Amachine(sparc)"
@@ -27,10 +28,10 @@ Boston, MA 02111-1307, USA.  */
 #undef TARGET_VERSION
 #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
-#define TARGET_DEFAULT (1024+130)
+#define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE)
 
 /* US Software GOFAST library support.  */
 #include "gofast.h"