sparc.h (TARGET_SWITCHES): Move -mlive-g0 from here,
authorDoug Evans <dje@gnu.org>
Fri, 8 Mar 1996 01:18:14 +0000 (01:18 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 8 Mar 1996 01:18:14 +0000 (01:18 +0000)
* sparc.h (TARGET_SWITCHES): Move -mlive-g0 from here,
* splet.h (SUBTARGET_SWITCHES): To here.

From-SVN: r11499

gcc/config/sparc/splet.h

index d9a9adfff1b2162e305185d18296f06581d16e34..ae131ead2e429ea5feda57aa41ba1904362fe9fd 100644 (file)
@@ -21,5 +21,11 @@ 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},