From: Doug Evans Date: Tue, 20 Feb 1996 00:08:09 +0000 (+0000) Subject: lite.h: #include aoutos.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d790f67ee1aa4e5b1bc8e0b1a001284180c1030;p=gcc.git lite.h: #include aoutos.h. * sparc/lite.h: #include aoutos.h. (TARGET_DEFAULT): Use MASK_FOO values. From-SVN: r11314 --- diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h index c7154e9ea1a..72aa8f8b120 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"