* elf32-i386.c (elf_i386_link_hash_table_create): Clear
tls_ldm_got.refcount.
This commit is contained in:
parent
d5cc04b152
commit
7a624474ee
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* elf64-mips.c: Update TODO comment.
|
* elf64-mips.c: Update TODO comment.
|
||||||
|
|
|
@ -697,6 +697,7 @@ elf_i386_link_hash_table_create (abfd)
|
||||||
ret->srelplt = NULL;
|
ret->srelplt = NULL;
|
||||||
ret->sdynbss = NULL;
|
ret->sdynbss = NULL;
|
||||||
ret->srelbss = NULL;
|
ret->srelbss = NULL;
|
||||||
|
ret->tls_ldm_got.refcount = 0;
|
||||||
ret->sym_sec.abfd = NULL;
|
ret->sym_sec.abfd = NULL;
|
||||||
|
|
||||||
return &ret->elf.root;
|
return &ret->elf.root;
|
||||||
|
|
Loading…
Reference in a new issue