[git commit ldso-future 1/1] ldso/mips: fix two warnings

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


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

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

diff --git a/ldso/ldso/mips/elfinterp.c b/ldso/ldso/mips/elfinterp.c
index eb2bc3e..e255d51 100644
--- a/ldso/ldso/mips/elfinterp.c
+++ b/ldso/ldso/mips/elfinterp.c
@@ -69,7 +69,7 @@ unsigned long __dl_runtime_resolve(unsigned long sym_index,
 	{
 		_dl_dprintf(_dl_debug_file, "\nresolve function: %s", symname);
 		if (_dl_debug_detail) _dl_dprintf(_dl_debug_file,
-				"\n\tpatched %x ==> %x @ %x\n", *got_addr, new_addr, got_addr);
+				"\n\tpatched %p ==> %x @ %p\n", *got_addr, new_addr, got_addr);
 	}
 	if (!_dl_debug_nofixups) {
 		*got_addr = (char*)new_addr;
-- 
1.7.3.4



More information about the uClibc-cvs mailing list