diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-06-02 16:55:36 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-06-02 16:55:36 -0700 |
commit | 1a1a6bde63e0af0d5f2f3465ba45338e7513c4e4 (patch) | |
tree | 803e197475a78b73bf77681e0e7264e3ed487b05 /ChangeLog | |
parent | e0c349b40c4f51589c2adb63ccdaaf4dcc0fb1ea (diff) | |
download | glibc-1a1a6bde63e0af0d5f2f3465ba45338e7513c4e4.tar glibc-1a1a6bde63e0af0d5f2f3465ba45338e7513c4e4.tar.gz glibc-1a1a6bde63e0af0d5f2f3465ba45338e7513c4e4.tar.bz2 glibc-1a1a6bde63e0af0d5f2f3465ba45338e7513c4e4.zip |
BZ#18383: Another test case, with TLS refs and defs in separate TUs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2015-06-02 Roland McGrath <roland@hack.frob.com> + + [BZ #18383] + * elf/tst-tlsalign-extern.c: New file. + * elf/tst-tlsalign-extern-static.c: New file. + * elf/tst-tlsalign-vars.c: New file. + * elf/Makefile (tests-static): Add tst-tlsalign-extern-static. + [$(build-shared) = yes] (tests): Add tst-tlsalign-extern. + ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o. + ($(objpfx)tst-tlsalign-extern-static): Likewise. + (test-xfail-tst-tlsalign-extern-static): New variable. + 2015-06-02 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL): |