summaryrefslogtreecommitdiff
path: root/libc/sysdeps/x86_64/fpu/s_copysign.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/x86_64/fpu/s_copysign.S')
-rw-r--r--libc/sysdeps/x86_64/fpu/s_copysign.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/x86_64/fpu/s_copysign.S b/libc/sysdeps/x86_64/fpu/s_copysign.S
index f3d9b0cbb..66c36c88e 100644
--- a/libc/sysdeps/x86_64/fpu/s_copysign.S
+++ b/libc/sysdeps/x86_64/fpu/s_copysign.S
@@ -1,5 +1,5 @@
/* copy sign, double version.
- Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 2002.
@@ -21,7 +21,7 @@
#include <machine/asm.h>
#ifdef __ELF__
- .section .rodata
+ .section .rodata.cst16,"aM",@progbits,16
#else
.text
#endif