From 622c86f48086403c889a2a16f2f09badde0eac7d Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Tue, 7 Feb 2012 00:41:11 +0100 Subject: Remove __ELF__ conditionals --- sysdeps/x86_64/fpu/e_logl.S | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sysdeps/x86_64/fpu/e_logl.S') diff --git a/sysdeps/x86_64/fpu/e_logl.S b/sysdeps/x86_64/fpu/e_logl.S index 2503b9a013..8876dc2189 100644 --- a/sysdeps/x86_64/fpu/e_logl.S +++ b/sysdeps/x86_64/fpu/e_logl.S @@ -9,11 +9,8 @@ #include -#ifdef __ELF__ .section .rodata.cst8,"aM",@progbits,8 -#else - .text -#endif + .p2align 3 ASM_TYPE_DIRECTIVE(one,@object) one: .double 1.0 -- cgit 1.4.1