projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc10fa
)
remove the __mxcsr member from fenv_t on i386 to follow the glibc abi
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 18 Aug 2013 12:41:29 +0000
(12:41 +0000)
committer
Szabolcs Nagy
<nsz@port70.net>
Sun, 18 Aug 2013 16:27:20 +0000
(16:27 +0000)
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
patch
|
blob
|
history
diff --git
a/arch/i386/bits/fenv.h
b/arch/i386/bits/fenv.h
index 24df0417f2e77f1857bb7cfe629ba1f0667dd568..4430009e37bef8dbbdb72d8a6e33995d949f5af6 100644
(file)
--- 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)