From 5daa0615659c5651d48e39ba7c17db769bbe10d4 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 7 Jul 2007 17:21:49 +0000 Subject: * elf/rtld.c (dl_main): Don't call init_tls more than once. --- elf/rtld.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'elf') diff --git a/elf/rtld.c b/elf/rtld.c index c57ef17e13..7612a69324 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -1400,6 +1400,11 @@ of this helper program; chances are you did not intend to run this program.\n\ /* Iterate over all entries in the list. The order is important. */ struct audit_ifaces *last_audit = NULL; struct audit_list *al = audit_list->next; + + /* Since we start using the auditing DSOs right away we need to + initialize the data structures now. */ + tcbp = init_tls (); + do { int tls_idx = GL(dl_tls_max_dtv_idx); @@ -1409,11 +1414,6 @@ of this helper program; chances are you did not intend to run this program.\n\ always allocate the static block, we never defer it even if no DF_STATIC_TLS bit is set. The reason is that we know glibc will use the static model. */ - - /* Since we start using the auditing DSOs right away we need to - initialize the data structures now. */ - tcbp = init_tls (); - struct dlmopen_args dlmargs; dlmargs.fname = al->name; dlmargs.map = NULL; -- cgit v1.2.3-70-g09d2