* sparc/splet.h (SUBTARGET_SWITCHES): Recognize -mbroken-saverestore.

From-SVN: r11694
This commit is contained in:
Doug Evans 1996-04-10 22:39:25 +00:00
parent 3f79ef9b64
commit 1fbf41ca12
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* Definitions of target machine for GNU compiler, for SPARClet w/o FPU.
/* Definitions of target machine for GNU compiler, for SPARClet.
Copyright (C) 1996 Free Software Foundation, Inc.
Contributed by Doug Evans (dje@cygnus.com).
@ -21,14 +21,16 @@ Boston, MA 02111-1307, USA. */
#include "sparc/aout.h"
/* The sparclet doesn't have an fpu. */
#undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE)
/* -mlive-g0 is only supported on the sparclet. */
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
{"live-g0", MASK_LIVE_G0},
{"live-g0", MASK_LIVE_G0}, \
{"no-live-g0", -MASK_LIVE_G0}, \
{"broken-saverestore", MASK_BROKEN_SAVERESTORE}, \
{"no-broken-saverestore", -MASK_BROKEN_SAVERESTORE},
/* Require the user to supply crt0.o. */
#undef STARTFILE_SPEC