diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-06-20 21:52:53 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-06-20 21:52:53 +0100 |
commit | 257ce7127e2f64a6a959b146786cd43de0e42b5f (patch) | |
tree | b4742c132f39b11d8c66efed76a91b32cce9f78b /ChangeLog | |
parent | 4e6d234712f976eee62fb2047338a501da00c4c7 (diff) | |
download | glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar.gz glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar.bz2 glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.zip |
[BZ #16046] dl_iterate_phdr static executable test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |