From: Aurelien Jarno Date: Thu, 30 Jun 2016 14:06:10 +0000 (+0200) Subject: SPARC64: update localplt.data X-Git-Tag: glibc-2.24~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1cf1dc3b2d90c2a61332363feb1043f6916564;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 4249f90fdc2..13adc3551db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-06-30 Aurelien Jarno + + * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Add _Qp_cmp. + 2016-06-30 Anton Blanchard * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data index 633cfe4493d..2323551f631 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data @@ -1,4 +1,5 @@ libc.so: _Qp_add ? +libc.so: _Qp_cmp ? libc.so: _Qp_div ? libc.so: _Qp_feq ? libc.so: _Qp_fge ?