From 1fbf41ca128f2e6cde3abcc2e7400919c8103d37 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 10 Apr 1996 22:39:25 +0000 Subject: * sparc/splet.h (SUBTARGET_SWITCHES): Recognize -mbroken-saverestore. From-SVN: r11694 --- gcc/config/sparc/splet.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/config/sparc/splet.h b/gcc/config/sparc/splet.h index 2dc582b..5e5d649 100644 --- a/gcc/config/sparc/splet.h +++ b/gcc/config/sparc/splet.h @@ -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 -- cgit v1.1