aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-03-28 18:28:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-03-28 18:28:07 +0000
commit370e5ea48cb0eb90b6737b745ef9630129af2864 (patch)
treea4d6c25f85749af8335745f2feaf94677436e533 /libexec/rtld-elf
parent1dc39023f8decb51e2433a1e336da5537888467f (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/i386/rtld_machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/i386/rtld_machdep.h b/libexec/rtld-elf/i386/rtld_machdep.h
index e104f868b5a44..cbb13eb8595c0 100644
--- a/libexec/rtld-elf/i386/rtld_machdep.h
+++ b/libexec/rtld-elf/i386/rtld_machdep.h
@@ -46,8 +46,10 @@ reloc_jmpslot(Elf_Addr *where, Elf_Addr target,
const struct Struct_Obj_Entry *obj,
const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel)
{
+#ifdef dbg
dbg("reloc_jmpslot: *%p = %p", (void *)(where),
(void *)(target));
+#endif
(*(Elf_Addr *)(where) = (Elf_Addr)(target));
return target;
}