]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
SPARC64: update localplt.data
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 30 Jun 2016 14:06:10 +0000 (16:06 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 1 Jul 2016 12:47:20 +0000 (14:47 +0200)
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.

(cherry picked from commit fd1cf1dc3b2d90c2a61332363feb1043f6916564)

ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data

index 3c8315f88f92ea6ae07c35e1dc74b3a0a5370b5c..4310cc0dd3acde320bdb20e1539b3a256d1c28d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  John David Anglin  <danglin@gcc.gnu.org>
 
        [BZ #20277]
index 633cfe4493d2844f5f0d77fd63c152dfcb821779..2323551f631efbadc70cd108193ed987684afb76 100644 (file)
@@ -1,4 +1,5 @@
 libc.so: _Qp_add ?
+libc.so: _Qp_cmp ?
 libc.so: _Qp_div ?
 libc.so: _Qp_feq ?
 libc.so: _Qp_fge ?