aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/amd64
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-03-28 06:09:24 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-03-28 06:09:24 +0000
commitc0d2338cdd226c89b5efde952c0e82d8cb9960d8 (patch)
treeac985a06120dcffc30366f910f16d1483f8eccad /libexec/rtld-elf/amd64
parent20df0de426fb7f044eefab742a918a3b29c6a87c (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/amd64')
-rw-r--r--libexec/rtld-elf/amd64/reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/amd64/reloc.c b/libexec/rtld-elf/amd64/reloc.c
index 8f25278c0556..8a32adfc4121 100644
--- a/libexec/rtld-elf/amd64/reloc.c
+++ b/libexec/rtld-elf/amd64/reloc.c
@@ -384,7 +384,7 @@ allocate_initial_tls(Obj_Entry *objs)
*/
tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA;
amd64_set_fsbase(allocate_tls(objs, 0,
- 2*sizeof(Elf_Addr), sizeof(Elf_Addr)));
+ 3*sizeof(Elf_Addr), sizeof(Elf_Addr)));
}
void *__tls_get_addr(tls_index *ti)