diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-11-08 23:41:51 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-11-08 23:41:51 +0000 |
commit | 58d6b0d8655c0d9289527689eea471efc36636e2 (patch) | |
tree | 6125612177fcf95b15b4f1ff487ea04dbfa7d1c1 /ChangeLog | |
parent | 38d84a0f3720e3ed4f628e07ccf4351d1b05a2e6 (diff) | |
download | glibc-58d6b0d8655c0d9289527689eea471efc36636e2.tar glibc-58d6b0d8655c0d9289527689eea471efc36636e2.tar.gz glibc-58d6b0d8655c0d9289527689eea471efc36636e2.tar.bz2 glibc-58d6b0d8655c0d9289527689eea471efc36636e2.zip |
Update alpha localplt.data.
This patch updates alpha localplt.data so the localplt test passes in
my compile-only all-ABIs glibc testing. The failures I see without
this patch are:
Missing required PLT reference: ld.so: __tls_get_addr
Missing required PLT reference: ld.so: free
Now, __tls_get_addr can be made optional. For free, rather than
making it optional as in libc.so it seems better to mark all the
malloc-related symbols in both libc.so and ld.so as allowing an
R_ALPHA_GLOB_DAT relocation as an alternative to using a PLT entry, so
this patch does so.
Tested for alpha.
* sysdeps/unix/sysv/linux/alpha/localplt.data: Make __tls_get_addr
optional in ld.so. Allow R_ALPHA_GLOB_DAT relocation for malloc,
calloc, realloc, free, memalign and __libc_memalign rather than
making them optional.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2016-11-08 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/alpha/localplt.data: Make __tls_get_addr + optional in ld.so. Allow R_ALPHA_GLOB_DAT relocation for malloc, + calloc, realloc, free, memalign and __libc_memalign rather than + making them optional. + * sysdeps/unix/sysv/linux/nios2/localplt.data: Add __extendsfdf2 for libc.so. |