aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2006-09-01 06:07:26 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2006-09-01 06:07:26 +0000
commit653d825a9aa81101a9fc376395c41d6b89df617b (patch)
treebc7c9cab5ed4717d444e006246c7562563875c06 /libexec/rtld-elf
parent35f406aafbc0c7c3690f144e4597a8eb796ba14c (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/ia64/reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/ia64/reloc.c b/libexec/rtld-elf/ia64/reloc.c
index a38afa8e62a8..9a8d0670f63e 100644
--- a/libexec/rtld-elf/ia64/reloc.c
+++ b/libexec/rtld-elf/ia64/reloc.c
@@ -603,7 +603,7 @@ allocate_initial_tls(Obj_Entry *list)
*/
tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA;
- tpval = allocate_tls(list, 0, TLS_TCB_SIZE, 16);
+ tpval = allocate_tls(list, NULL, TLS_TCB_SIZE, 16);
__asm __volatile("mov r13 = %0" :: "r"(tpval));
}