]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update MicroBlaze localplt.data.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 9 Jan 2017 16:09:53 +0000 (16:09 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 9 Jan 2017 16:09:53 +0000 (16:09 +0000)
This patch updates the MicroBlaze localplt.data based on the results
of a build with build-many-glibcs.py.  This is simply an empirical
update; quite possibly the port could be optimized to remove more
local PLT entry usage.

Tested (compilation tests) with build-many-glibcs.py.

* sysdeps/unix/sysv/linux/microblaze/localplt.data (__pread64):
Add libc.so PLT entry.
(__tls_get_addr): Make ld.so PLT entry optional.

ChangeLog
sysdeps/unix/sysv/linux/microblaze/localplt.data

index 8454cd627e4bb400fa756692b3446e0bf4e44610..14542933544a29e0b5e4d511dca935871dab62be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-01-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/microblaze/localplt.data (__pread64):
+       Add libc.so PLT entry.
+       (__tls_get_addr): Make ld.so PLT entry optional.
+
 2017-01-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * string/bits/strings_fortified.h (explicit_bzero): Move back to ..
index 07bcf3b29a181da8aadceb4ebd04bde6ba887d8c..418783229b844e34dc4fe8805bd221a0b1f25e5f 100644 (file)
@@ -1,4 +1,5 @@
 libc.so: __errno_location
+libc.so: __pread64
 libc.so: calloc
 libc.so: free
 libc.so: malloc
@@ -7,7 +8,7 @@ libc.so: realloc
 libm.so: matherr
 libpthread.so: __errno_location
 # The dynamic loader needs __tls_get_addr for TLS.
-ld.so: __tls_get_addr
+ld.so: __tls_get_addr ?
 # The main malloc is interposed into the dynamic linker, for
 # allocations after the initial link (when dlopen is used).
 ld.so: malloc