summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2013-06-28 17:43:07 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2013-06-28 17:43:07 +0100
commit3d0f5d0c7a2de86575d68618352f7a5dfe7305fd (patch)
tree9eb636ac910bcdf4b55579694c4fe2bb8dfa7938 /ChangeLog
parentf91f1c0fb89056995f1c9c6a06c361efdf5139e7 (diff)
Add a dlopen/getpagesize static executable test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
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.