diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-06-28 17:43:07 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2013-06-28 17:43:07 +0100 |
commit | 3d0f5d0c7a2de86575d68618352f7a5dfe7305fd (patch) | |
tree | 9eb636ac910bcdf4b55579694c4fe2bb8dfa7938 /ChangeLog | |
parent | f91f1c0fb89056995f1c9c6a06c361efdf5139e7 (diff) | |
download | glibc-3d0f5d0c7a2de86575d68618352f7a5dfe7305fd.tar.gz glibc-3d0f5d0c7a2de86575d68618352f7a5dfe7305fd.tar.xz glibc-3d0f5d0c7a2de86575d68618352f7a5dfe7305fd.zip |
Add a dlopen/getpagesize static executable test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 174b184c37..ec42b6cc75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2013-06-28 Maciej W. Rozycki <macro@codesourcery.com> + * dlfcn/modstatic5.c: New file. + * dlfcn/tststatic5.c: New file. + * dlfcn/Makefile (tests): Add tststatic5. + (tests-static): Likewise. + (modules-names): Add modstatic5. + (tststatic5-ENV): New variable. + ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies. + [BZ #15022] * elf/dl-support.c (_dl_main_map): New variable. (_dl_ns): Use it to initialize [LM_ID_BASE] element. |