From baba2630c9cf778b41e218dfa980fcfdbec808e6 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 18 Aug 2013 12:41:29 +0000 Subject: remove the __mxcsr member from fenv_t on i386 to follow the glibc abi in the previous commit sse fenv support was added, but there is no need to save mxcsr (sse fenv register) so fix the abi incompatibility with glibc. --- arch/i386/bits/fenv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch') diff --git a/arch/i386/bits/fenv.h b/arch/i386/bits/fenv.h index 24df0417..4430009e 100644 --- a/arch/i386/bits/fenv.h +++ b/arch/i386/bits/fenv.h @@ -28,7 +28,6 @@ typedef struct { unsigned int __data_offset; unsigned short __data_selector; unsigned short __unused5; - unsigned int __mxcsr; } fenv_t; #define FE_DFL_ENV ((const fenv_t *) -1) -- cgit v1.2.1