summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 14:35:31 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 14:35:31 +0000
commitb732f3009a17f92c421bdd5fe9a65298dc8880b0 (patch)
tree4b547678b6f89ea31b3a237c930696900883b3fa /ldso/ldso/ldso.c
parent27289ce88425bfb7cc105280155a34bb57030164 (diff)
- fix the macros rather than the callees as rightfully noted by bernds (duh!)
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index 737ecb3b7..df7477c72 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -259,10 +259,9 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load_addr,
break;
}
- if (DL_LOADADDR_BASE(app_tpnt->loadaddr)) {
+ if (DL_LOADADDR_BASE(app_tpnt->loadaddr))
_dl_debug_early("Position Independent Executable: "
"app_tpnt->loadaddr=%x\n", DL_LOADADDR_BASE(app_tpnt->loadaddr));
- }
}
/*