diff options
Diffstat (limited to 'compiler-rt/lib/i386/floatundixf.S')
| -rw-r--r-- | compiler-rt/lib/i386/floatundixf.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler-rt/lib/i386/floatundixf.S b/compiler-rt/lib/i386/floatundixf.S index 7264f3f72ca..2cf6d5c2a6e 100644 --- a/compiler-rt/lib/i386/floatundixf.S +++ b/compiler-rt/lib/i386/floatundixf.S @@ -7,7 +7,9 @@ #ifdef __i386__ +#ifndef __ELF__ .const +#endif .align 4 twop52: .quad 0x4330000000000000 twop84_plus_twop52_neg: @@ -32,4 +34,4 @@ DEFINE_COMPILERRT_FUNCTION(__floatundixf) faddl 4(%esp) ret -#endif // __i386__
\ No newline at end of file +#endif // __i386__ |

