Commit c01b5470 by Richard Kenner

(TARGET_SWITCHES): Have all -mieee options turn on MASK_IEEE_CONFORMANT.

(TARGET_DEFAULT): Use symbolic value.

From-SVN: r12301
parent 10d5c73f
...@@ -164,11 +164,11 @@ extern enum alpha_fp_trap_mode alpha_fptm; ...@@ -164,11 +164,11 @@ extern enum alpha_fp_trap_mode alpha_fptm;
{"alpha-as", -MASK_GAS}, \ {"alpha-as", -MASK_GAS}, \
{"gas", MASK_GAS}, \ {"gas", MASK_GAS}, \
{"ieee-conformant", MASK_IEEE_CONFORMANT}, \ {"ieee-conformant", MASK_IEEE_CONFORMANT}, \
{"ieee", MASK_IEEE}, \ {"ieee", MASK_IEEE|MASK_IEEE_CONFORMANT}, \
{"ieee-with-inexact", MASK_IEEE_WITH_INEXACT}, \ {"ieee-with-inexact", MASK_IEEE_WITH_INEXACT|MASK_IEEE_CONFORMANT}, \
{"", TARGET_DEFAULT | TARGET_CPU_DEFAULT} } {"", TARGET_DEFAULT | TARGET_CPU_DEFAULT} }
#define TARGET_DEFAULT 3 #define TARGET_DEFAULT MASK_FP|MASK_FPREGS
#ifndef TARGET_CPU_DEFAULT #ifndef TARGET_CPU_DEFAULT
#define TARGET_CPU_DEFAULT 0 #define TARGET_CPU_DEFAULT 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment