[git commit future 1/1] ldso.c: change _dl_debug_file to 2 since it is not guarded by SUPPORT_LD_DEBUG

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


commit: http://git.uclibc.org/uClibc/commit/?id=758c5dd1dbb779e8ccc50041d3267dae99874e6c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Reported-by: Tony Wu <tung7970 at gmail.com
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 ldso/ldso/ldso.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index 752dbe8..420ce78 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -590,7 +590,7 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load_addr,
 
 #ifndef __LDSO_LDD_SUPPORT__
 	if (trace_loaded_objects) {
-		_dl_dprintf(_dl_debug_file, "Use the ldd provided by uClibc\n");
+		_dl_dprintf(2, "Use the ldd provided by uClibc\n");
 		_dl_exit(1);
 	}
 #endif
-- 
1.7.3.4



More information about the uClibc-cvs mailing list