aboutsummaryrefslogtreecommitdiffstats
path: root/fpu
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2009-12-31 12:41:07 -0800
committerAurelien Jarno <aurelien@aurel32.net>2010-02-23 23:36:22 +0100
commit8443effb50ad6d762d144e702a9b9a30e96f887c (patch)
treee705438ef9e432f33c793f5bc7c68fa366598a37 /fpu
parent7c5a90dd419ef9862ee99f3825b4eb7d0a033d37 (diff)
target-alpha: Split up FPCR value into separate fields.
The fpcr_exc_status, fpcr_exc_mask, and fpcr_dyn_round fields are stored in <softfloat.h> format for convenience during regular execution. Revert the addition of float_exception_mask to float_status, added in ba0e276db4b51bd2255a5d5ff8902c70d32ade40. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'fpu')
-rw-r--r--fpu/softfloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpu/softfloat.h b/fpu/softfloat.h
index 9d8269411..636591b04 100644
--- a/fpu/softfloat.h
+++ b/fpu/softfloat.h
@@ -187,7 +187,6 @@ typedef struct float_status {
signed char float_detect_tininess;
signed char float_rounding_mode;
signed char float_exception_flags;
- signed char float_exception_mask;
#ifdef FLOATX80
signed char floatx80_rounding_precision;
#endif