aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-06-18 07:36:50 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-06-18 07:36:50 -0400
commitc01b547053895b90637355d5750ea32fa000f14d (patch)
tree8eff557a6dee181c2e6e3a5dc31fcadd2b9c4f8f /gcc
parent10d5c73f74cba56428945851162726159cc934f4 (diff)
downloadgcc-c01b547053895b90637355d5750ea32fa000f14d.zip
gcc-c01b547053895b90637355d5750ea32fa000f14d.tar.gz
gcc-c01b547053895b90637355d5750ea32fa000f14d.tar.bz2
(TARGET_SWITCHES): Have all -mieee options turn on MASK_IEEE_CONFORMANT.
(TARGET_DEFAULT): Use symbolic value. From-SVN: r12301
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/alpha/alpha.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h
index 1d53876..8002764 100644
--- a/gcc/config/alpha/alpha.h
+++ b/gcc/config/alpha/alpha.h
@@ -164,11 +164,11 @@ extern enum alpha_fp_trap_mode alpha_fptm;
{"alpha-as", -MASK_GAS}, \
{"gas", MASK_GAS}, \
{"ieee-conformant", MASK_IEEE_CONFORMANT}, \
- {"ieee", MASK_IEEE}, \
- {"ieee-with-inexact", MASK_IEEE_WITH_INEXACT}, \
+ {"ieee", MASK_IEEE|MASK_IEEE_CONFORMANT}, \
+ {"ieee-with-inexact", MASK_IEEE_WITH_INEXACT|MASK_IEEE_CONFORMANT}, \
{"", TARGET_DEFAULT | TARGET_CPU_DEFAULT} }
-#define TARGET_DEFAULT 3
+#define TARGET_DEFAULT MASK_FP|MASK_FPREGS
#ifndef TARGET_CPU_DEFAULT
#define TARGET_CPU_DEFAULT 0