diff options
author | Doug Evans <dje@gnu.org> | 1996-02-20 00:08:09 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-02-20 00:08:09 +0000 |
commit | 4d790f67ee1aa4e5b1bc8e0b1a001284180c1030 (patch) | |
tree | e4bb0465e5c40c5cbdb8d06454ac24878740b6fd /gcc/config/sparc/lite.h | |
parent | d4d2b13f315147946c765ab04e30fa77ee69752b (diff) | |
download | gcc-4d790f67ee1aa4e5b1bc8e0b1a001284180c1030.zip gcc-4d790f67ee1aa4e5b1bc8e0b1a001284180c1030.tar.gz gcc-4d790f67ee1aa4e5b1bc8e0b1a001284180c1030.tar.bz2 |
lite.h: #include aoutos.h.
* sparc/lite.h: #include aoutos.h.
(TARGET_DEFAULT): Use MASK_FOO values.
From-SVN: r11314
Diffstat (limited to 'gcc/config/sparc/lite.h')
-rw-r--r-- | gcc/config/sparc/lite.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h index c7154e9..72aa8f8 100644 --- a/gcc/config/sparc/lite.h +++ b/gcc/config/sparc/lite.h @@ -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" |