* elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
authorJoseph Myers <joseph@codesourcery.com>
Sat, 29 Jan 2011 00:12:52 +0000 (00:12 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 29 Jan 2011 00:12:52 +0000 (00:12 +0000)
field.

bfd/ChangeLog
bfd/elf32-ppc.c

index 9bbd32931475e52423a657b9926f4a3ef6436b2b..c643fb74cfeabee5fa2347a0eb72526c02e9bda3 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-28  Joseph Myers  <joseph@codesourcery.com>
+
+       * elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
+       field.
+
 2011-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Ignore
index 77a9d1e7f7cf431dd73a4df6cf319427b65c74d3..fcbfa8337bf5ca7e3db8bd8f7b36334955913f11 100644 (file)
@@ -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;
This page took 0.029477 seconds and 4 git commands to generate.