diff options
Diffstat (limited to 'compiler-rt/lib/i386/floatdidf.S')
| -rw-r--r-- | compiler-rt/lib/i386/floatdidf.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/i386/floatdidf.S b/compiler-rt/lib/i386/floatdidf.S index 8bf9f0dfc50..3a526eab9f9 100644 --- a/compiler-rt/lib/i386/floatdidf.S +++ b/compiler-rt/lib/i386/floatdidf.S @@ -7,7 +7,9 @@ #ifdef __i386__ +#ifndef __ELF__ .const +#endif .align 4 twop52: .quad 0x4330000000000000 twop32: .quad 0x41f0000000000000 |

