From 7a624474eed6b18d0e49da18a20c975f1edbacfa Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 26 Jul 2002 05:32:05 +0000 Subject: [PATCH] * elf32-i386.c (elf_i386_link_hash_table_create): Clear tls_ldm_got.refcount. --- bfd/ChangeLog | 6 ++++++ bfd/elf32-i386.c | 1 + 2 files changed, 7 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7ae6591dcd..e513afc323 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2002-07-26 Alan Modra + + From John Reiser + * elf32-i386.c (elf_i386_link_hash_table_create): Clear + tls_ldm_got.refcount. + 2002-07-25 Thiemo Seufer * elf64-mips.c: Update TODO comment. diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index f8b64d577a..7f26fabb36 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;