mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
field.
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user