about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2014-06-20 21:52:53 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2014-06-20 21:52:53 +0100
commit257ce7127e2f64a6a959b146786cd43de0e42b5f (patch)
treeb4742c132f39b11d8c66efed76a91b32cce9f78b /ChangeLog
parent4e6d234712f976eee62fb2047338a501da00c4c7 (diff)
downloadglibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar.gz
glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar.xz
glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.zip
[BZ #16046] dl_iterate_phdr static executable test
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 090714d26d..610abcb8e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
 
+	[BZ #16046]
+	* elf/tst-dl-iter-static.c: New file.
+	* elf/Makefile (tests-static): Add tst-dl-iter-static.
+
 	* stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
 	error.