Remove __ELF__ conditionals
[platform/upstream/glibc.git] / sysdeps / x86_64 / fpu / s_copysign.S
index 66c36c8..9cbb6cb 100644 (file)
@@ -1,5 +1,5 @@
 /* copy sign, double version.
-   Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2011-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
 
 
 #include <machine/asm.h>
 
-#ifdef __ELF__
        .section .rodata.cst16,"aM",@progbits,16
-#else
-       .text
-#endif
 
        .align ALIGNARG(4)
        ASM_TYPE_DIRECTIVE(signmask,@object)