]> git.ipfire.org Git - thirdparty/glibc.git/commit
[BZ #17075] ARM: Fix immediate calculation of R_ARM_TLS_DESC
authorMaciej W. Rozycki <macro@codesourcery.com>
Fri, 20 Jun 2014 19:08:03 +0000 (20:08 +0100)
committerMaciej W. Rozycki <macro@codesourcery.com>
Fri, 20 Jun 2014 19:22:42 +0000 (20:22 +0100)
commit90e5dd482fc4708d559fbec9740104470ffdb9df
tree0e1cf5705463c270c44330e0b8b4660004dc55e6
parent809fdf0d23ddb683eb60672465d7a39d02ef272b
[BZ #17075] ARM: Fix immediate calculation of R_ARM_TLS_DESC

This fixes the calculation of R_ARM_TLS_DESC relocations for lazy global
symbol references, i.e. created with `-z lazy' in effect with the static
linker, where immediate resolution is requested with LD_BIND_NOW.
12 files changed:
ChangeLog
NEWS
sysdeps/arm/Makefile
sysdeps/arm/configure
sysdeps/arm/configure.ac
sysdeps/arm/dl-machine.h
sysdeps/arm/tst-armtlsdescextlazy.c [new file with mode: 0644]
sysdeps/arm/tst-armtlsdescextlazymod.c [new file with mode: 0644]
sysdeps/arm/tst-armtlsdescextnow.c [new file with mode: 0644]
sysdeps/arm/tst-armtlsdescextnowmod.c [new file with mode: 0644]
sysdeps/arm/tst-armtlsdescloc.c [new file with mode: 0644]
sysdeps/arm/tst-armtlsdesclocmod.c [new file with mode: 0644]