mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 09:41:18 +00:00
SPARC64: update localplt.data
Commitsd81f90cc
and89faa0340
replaced called to __isnan and __isinf by the corresponding GCC builtins. In turns GCC emits calls to _Qp_cmp. We should therefore add _Qp_cmp to localplt.data as otherwise the elf/check-localplt test fails with: Extra PLT reference: libc.so: _Qp_cmp A similar change has already been done for SPARC32 in commit6ef1cb95
. Changelog: * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Add _Qp_cmp.
This commit is contained in:
parent
aa95fc13f5
commit
fd1cf1dc3b
@ -1,3 +1,7 @@
|
|||||||
|
2016-06-30 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Add _Qp_cmp.
|
||||||
|
|
||||||
2016-06-30 Anton Blanchard <anton@samba.org>
|
2016-06-30 Anton Blanchard <anton@samba.org>
|
||||||
|
|
||||||
* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
|
* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
libc.so: _Qp_add ?
|
libc.so: _Qp_add ?
|
||||||
|
libc.so: _Qp_cmp ?
|
||||||
libc.so: _Qp_div ?
|
libc.so: _Qp_div ?
|
||||||
libc.so: _Qp_feq ?
|
libc.so: _Qp_feq ?
|
||||||
libc.so: _Qp_fge ?
|
libc.so: _Qp_fge ?
|
||||||
|
Loading…
Reference in New Issue
Block a user