[git commit ldso-future] libdl.c: initialize _dl_loaded_modules for !SHARED

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=657599bc8ca5c2f0a6bcc6a717b04091c978cd08
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/ldso-future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 ldso/libdl/libdl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
index d78db3e..4a74f07 100644
--- a/ldso/libdl/libdl.c
+++ b/ldso/libdl/libdl.c
@@ -48,6 +48,7 @@ size_t _dl_pagesize            = PAGE_SIZE; /* Store the page size for later use
 /* This global variable is also to communicate with debuggers such as gdb. */
 struct r_debug *_dl_debug_addr = NULL;
 
+#include "../ldso/dl-symbols.c"
 #include "../ldso/dl-array.c"
 #include "../ldso/dl-debug.c"
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list