summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-01-29 00:12:48 +0000
committerJoseph Myers <joseph@codesourcery.com>2011-01-29 00:12:48 +0000
commitfb132c058ce78b77b7f53b7201995d62503c8555 (patch)
treed81e5365e88a6aca0a156993c6838c2c62473427 /bfd/elf32-ppc.c
parentc92f05579b1c62b9a79ab7b0412b893fb561cc6b (diff)
downloadbinutils-redhat-fb132c058ce78b77b7f53b7201995d62503c8555.tar.gz
* elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
field.
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r--bfd/elf32-ppc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c
index 77a9d1e7f7..fcbfa8337b 100644
--- a/bfd/elf32-ppc.c
+++ b/bfd/elf32-ppc.c
@@ -2785,6 +2785,7 @@ ppc_elf_link_hash_newfunc (struct bfd_hash_entry *entry,
ppc_elf_hash_entry (entry)->linker_section_pointer = NULL;
ppc_elf_hash_entry (entry)->dyn_relocs = NULL;
ppc_elf_hash_entry (entry)->tls_mask = 0;
+ ppc_elf_hash_entry (entry)->has_sda_refs = 0;
}
return entry;