diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2016-06-30 16:06:10 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2016-07-01 11:09:38 +0200 |
commit | fd1cf1dc3b2d90c2a61332363feb1043f6916564 (patch) | |
tree | f6ca0b48cd44eb5320a2db975372374e42105236 /ChangeLog | |
parent | aa95fc13f5b02044eadc3af3d9e1c025f2e1edda (diff) | |
download | glibc-fd1cf1dc3b2d90c2a61332363feb1043f6916564.tar glibc-fd1cf1dc3b2d90c2a61332363feb1043f6916564.tar.gz glibc-fd1cf1dc3b2d90c2a61332363feb1043f6916564.tar.bz2 glibc-fd1cf1dc3b2d90c2a61332363feb1043f6916564.zip |
SPARC64: update localplt.data
Commits d81f90cc and 89faa0340 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 commit 6ef1cb95.
Changelog:
* sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Add _Qp_cmp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile |