aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-07-26 05:32:05 +0000
committerAlan Modra <amodra@gmail.com>2002-07-26 05:32:05 +0000
commit7a624474eed6b18d0e49da18a20c975f1edbacfa (patch)
tree51f3a1ce26691d127b32febb3dfae1940272f5bf /bfd/elf32-i386.c
parentd5cc04b1529b198bca1546b3ac9388e412674653 (diff)
downloadgdb-7a624474eed6b18d0e49da18a20c975f1edbacfa.zip
gdb-7a624474eed6b18d0e49da18a20c975f1edbacfa.tar.gz
gdb-7a624474eed6b18d0e49da18a20c975f1edbacfa.tar.bz2
* elf32-i386.c (elf_i386_link_hash_table_create): Clear
tls_ldm_got.refcount.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index f8b64d5..7f26fab 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -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;