aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-05-06 13:32:18 -0700
committerRoland McGrath <roland@hack.frob.com>2015-05-06 13:32:18 -0700
commitb5fe8ec8b68589680cc1eeb7442f08afa3c32058 (patch)
tree7206c7ec22cd1d98d4062f27dd2f5d516041e52c /ChangeLog
parent48276b67db5357bab9feaab4f8cc9af5c35ced75 (diff)
downloadglibc-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e65298..6fd1c66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.