OSDN Git Service

* sparc.h (TARGET_SWITCHES): Move -mlive-g0 from here,
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 1996 01:18:14 +0000 (01:18 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 1996 01:18:14 +0000 (01:18 +0000)
* splet.h (SUBTARGET_SWITCHES): To here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11499 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/splet.h

index d9a9adf..ae131ea 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},