aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-06-04 20:49:15 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-06-04 20:49:15 +0000
commit86989050736957534781e5ad3fbede53295987d4 (patch)
tree5e397d3d73109702ba6595b2953d256bf1f57478 /libexec
parentfa5b9b6f64531472e989aa8109b1e8c4c0a8cf6b (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/sparc64/reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/sparc64/reloc.c b/libexec/rtld-elf/sparc64/reloc.c
index 0b44bec5f943..acc6701bcbe0 100644
--- a/libexec/rtld-elf/sparc64/reloc.c
+++ b/libexec/rtld-elf/sparc64/reloc.c
@@ -649,7 +649,7 @@ reloc_jmpslot(Elf_Addr *wherep, Elf_Addr target, const Obj_Entry *obj,
flush(where, 24);
where[5] = ORG5;
flush(where, 20);
- where[4] = SLLX | 12;
+ where[4] = SLLX | 32;
flush(where, 16);
where[3] = OR | LOVAL((target) >> 32);
flush(where, 12);