diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-05-06 13:32:18 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-05-06 13:32:18 -0700 |
commit | b5fe8ec8b68589680cc1eeb7442f08afa3c32058 (patch) | |
tree | 7206c7ec22cd1d98d4062f27dd2f5d516041e52c /ChangeLog | |
parent | 48276b67db5357bab9feaab4f8cc9af5c35ced75 (diff) | |
download | glibc-b5fe8ec8b68589680cc1eeb7442f08afa3c32058.zip glibc-b5fe8ec8b68589680cc1eeb7442f08afa3c32058.tar.gz glibc-b5fe8ec8b68589680cc1eeb7442f08afa3c32058.tar.bz2 |
BZ#18383: Add test case for large alignment in TLS blocks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2015-05-06 Roland McGrath <roland@hack.frob.com> + [BZ #18383] + * elf/tst-tlsalign.c: New file. + * elf/tst-tlsalign-static.c: New file. + * elf/tst-tlsalign-lib.c: New file. + * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign. + (tests-static): Add tst-tlsalign-static. + (modules-names): Add tst-tlsalign-lib. + (test-xfail-tst-tlsalign): New variable. + (test-xfail-tst-tlsalign-static): New variable. + * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER): Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe. |