* elf32-i386.c (elf_i386_link_hash_table_create): Clear

tls_ldm_got.refcount.
This commit is contained in:
Alan Modra 2002-07-26 05:32:05 +00:00
parent d5cc04b152
commit 7a624474ee
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-07-26 Alan Modra <amodra@bigpond.net.au>
From John Reiser <jreiser@BitWagon.com>
* elf32-i386.c (elf_i386_link_hash_table_create): Clear
tls_ldm_got.refcount.
2002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* elf64-mips.c: Update TODO comment.

View File

@ -697,6 +697,7 @@ elf_i386_link_hash_table_create (abfd)
ret->srelplt = NULL;
ret->sdynbss = NULL;
ret->srelbss = NULL;
ret->tls_ldm_got.refcount = 0;
ret->sym_sec.abfd = NULL;
return &ret->elf.root;