mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Use correct section to allow merging
This commit is contained in:
parent
cd20565401
commit
ee4d03150a
@ -1,5 +1,7 @@
|
||||
2011-09-14 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
|
||||
|
||||
* sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
|
||||
__extern_always_inline.
|
||||
Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user