aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.c
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2002-11-18 22:08:50 +0000
committerThomas Moestl <tmm@FreeBSD.org>2002-11-18 22:08:50 +0000
commita42a42e9b9cd091de549a3b144e89d7c4b5bc2fd (patch)
tree144093917c9f45647cc2dc3355dc9f42d2ed85c3 /libexec/rtld-elf/rtld.c
parentb665be6839b7cf6a27c1c3ba60817405c71cc4d6 (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 04ce9c4e62a8..24472027c757 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -445,7 +445,7 @@ _rtld_bind(Obj_Entry *obj, Elf_Word reloff)
* address. The value returned from reloc_jmpslot() is the value
* that the trampoline needs.
*/
- target = reloc_jmpslot(where, target, defobj);
+ target = reloc_jmpslot(where, target, defobj, obj, rel);
rlock_release();
return target;
}