[git commit] ldso: Fix compile-error on noMMU

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Sep 4 11:24:34 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=b212e3804fb155cb418852dd70abad9a3d2354cc
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Thanks to Waldemar Brodkorb for noticing!

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 ldso/ldso/dl-elf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ldso/ldso/dl-elf.c b/ldso/ldso/dl-elf.c
index 1b06bc1..54501d1 100644
--- a/ldso/ldso/dl-elf.c
+++ b/ldso/ldso/dl-elf.c
@@ -728,7 +728,7 @@ struct elf_resolve *_dl_load_elf_shared_library(unsigned rflags,
 				void *new_addr;
 				new_addr = map_writeable (infile, ppnt, piclib, flags, libaddr);
 				if (!new_addr) {
-					_dl_dprintf(_dl_debug_file, "Can't modify %s's text section.",
+					_dl_dprintf(2, "Can't modify %s's text section.",
 						    libname);
 					_dl_exit(1);
 				}


More information about the uClibc-cvs mailing list