summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
diff options
context:
space:
mode:
authorNikolay Sturm <sturm@cvs.openbsd.org>2004-02-10 20:57:10 +0000
committerNikolay Sturm <sturm@cvs.openbsd.org>2004-02-10 20:57:10 +0000
commit2156d8d262082568ba0dd7c8e9956a113d9be0ce (patch)
tree5200e3b431e0e9edb6010ba4ec593f850f2f6195 /gnu/usr.bin/gcc
parentc69e190cf837adc97b33f1c346a764f8b9c25685 (diff)
remove HARD_QUAD from sparc64, as was done in gcc 2.95
ok jason@, pval@ no objection espie@
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r--gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
index 41854c7e548..7c395a53cdd 100644
--- a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
+++ b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
@@ -21,10 +21,9 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (sparc64 OpenBSD ELF)")
-/* XXX - do we really want HARD_QUAD? */
#undef TARGET_DEFAULT
#define TARGET_DEFAULT \
-(MASK_V9 + MASK_PTR64 + MASK_64BIT + MASK_HARD_QUAD \
+(MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ \
+ MASK_APP_REGS + MASK_FPU + MASK_STACK_BIAS + MASK_LONG_DOUBLE_128)
#undef SPARC_DEFAULT_CMODEL