diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-08 15:00:43 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-08 15:00:43 -0700 |
commit | 95af4cffdb730b18ee1478609f1042929a72b361 (patch) | |
tree | 48383adc55591fc08cccc1018d9ef3132596b9f5 /ChangeLog | |
parent | 85ee9a0d19ec8f5fca60f6bbe65e663329100118 (diff) | |
download | glibc-95af4cffdb730b18ee1478609f1042929a72b361.tar.gz glibc-95af4cffdb730b18ee1478609f1042929a72b361.tar.xz glibc-95af4cffdb730b18ee1478609f1042929a72b361.zip |
BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 90d5fa016a..71ec1f3c2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2015-07-08 Roland McGrath <roland@hack.frob.com> + [BZ #18383] + * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check. + Emit test-xfail-tst-tlsalign{,-static}=yes if it fails. + * sysdeps/arm/configure: Regenerated. + * elf/Makefile (test-xfail-tst-tlsalign): Variable removed. + (test-xfail-tst-tlsalign-static): Variable removed. + * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'. * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link) rather than explicit 'ln -s'. |