diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-01-09 16:09:53 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-01-09 16:09:53 +0000 |
commit | c35db50ff51480c39e5ce493561df1c4581da9fc (patch) | |
tree | a83440f69b8260262d9137a69aff41813fe7d985 /sysdeps/unix/sysv/linux | |
parent | 75dafa2f323555600a1d1675de6eea09d25e3482 (diff) | |
download | glibc-c35db50ff51480c39e5ce493561df1c4581da9fc.tar glibc-c35db50ff51480c39e5ce493561df1c4581da9fc.tar.gz glibc-c35db50ff51480c39e5ce493561df1c4581da9fc.tar.bz2 glibc-c35db50ff51480c39e5ce493561df1c4581da9fc.zip |
Update MicroBlaze localplt.data.
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/localplt.data | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/localplt.data b/sysdeps/unix/sysv/linux/microblaze/localplt.data index 07bcf3b29a..418783229b 100644 --- a/sysdeps/unix/sysv/linux/microblaze/localplt.data +++ b/sysdeps/unix/sysv/linux/microblaze/localplt.data @@ -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 |