freebsd.h (TARGET_DEFAULT): Add MASK_EPILOGUE setting and remove MASK_VIS.
authorDavid O'Brien <obrien@FreeBSD.org>
Sat, 9 Feb 2002 21:51:56 +0000 (21:51 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Sat, 9 Feb 2002 21:51:56 +0000 (21:51 +0000)
2002-02-09  David O'Brien  <obrien@FreeBSD.org>
* config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
remove MASK_VIS.
(ASM_CPU_DEFAULT_SPEC): Remove.  Default setting is fine.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020208111342.A4426@redhat.com>

From-SVN: r49649

gcc/ChangeLog
gcc/config/sparc/freebsd.h

index 2a6fbe9fe628ddada1f076d1fe0172ac40cefc3d..ed290fb60b24afffae08dfc63037b42bfbce10f8 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-09  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
+       remove MASK_VIS.
+       (ASM_CPU_DEFAULT_SPEC): Remove.  Default setting is fine.
+
 2002-02-09  Kazu Hirata  <kazu@hxi.com>
 
        * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
index 2366f0e087f7ce55d42918556de6e73cd8171786..b0992fab02565ddbe80ca4fb8327657be41d1fdd 100644 (file)
@@ -91,8 +91,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef  TARGET_DEFAULT
 #define TARGET_DEFAULT \
-  (MASK_V9 + MASK_64BIT + MASK_PTR64 + MASK_VIS + MASK_FASTER_STRUCTS \
-   + MASK_STACK_BIAS + MASK_APP_REGS /* + MASK_EPILOGUE */ + MASK_FPU \
+  (MASK_V9 + MASK_64BIT + MASK_PTR64 + MASK_FASTER_STRUCTS \
+   + MASK_STACK_BIAS + MASK_APP_REGS + MASK_EPILOGUE + MASK_FPU \
    + MASK_LONG_DOUBLE_128 /* + MASK_HARD_QUAD */)
 
 /* The default code model.  */
@@ -102,12 +102,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /************************[  Assembler stuff  ]********************************/
 
-/* XXX */
-#if 0
-#undef  ASM_CPU_DEFAULT_SPEC
-#define ASM_CPU_DEFAULT_SPEC "-Av9a"
-#endif
-
 /* XXX2 */
 /* This is how to output a definition of an internal numbered label where
    PREFIX is the class of label and NUM is the number within the class.  */