mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
2008-07-18 H.J. Lu <hongjiu.lu@intel.com>
PR ld/6748 * elf32-arm.c (elf32_arm_link_hash_table_create): Initialize new fields added for ARM long call support.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2008-07-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR ld/6748
|
||||||
|
* elf32-arm.c (elf32_arm_link_hash_table_create): Initialize
|
||||||
|
new fields added for ARM long call support.
|
||||||
|
|
||||||
2008-07-18 Danny Backx <dannybackx@users.sourceforge.net>
|
2008-07-18 Danny Backx <dannybackx@users.sourceforge.net>
|
||||||
|
|
||||||
* pe-arm-wince.c (pe_print_compressed_pdata): Define new function to
|
* pe-arm-wince.c (pe_print_compressed_pdata): Define new function to
|
||||||
|
@ -2669,6 +2669,13 @@ elf32_arm_link_hash_table_create (bfd *abfd)
|
|||||||
ret->sym_sec.abfd = NULL;
|
ret->sym_sec.abfd = NULL;
|
||||||
ret->obfd = abfd;
|
ret->obfd = abfd;
|
||||||
ret->tls_ldm_got.refcount = 0;
|
ret->tls_ldm_got.refcount = 0;
|
||||||
|
ret->stub_bfd = NULL;
|
||||||
|
ret->add_stub_section = NULL;
|
||||||
|
ret->layout_sections_again = NULL;
|
||||||
|
ret->stub_group = NULL;
|
||||||
|
ret->bfd_count = 0;
|
||||||
|
ret->top_index = 0;
|
||||||
|
ret->input_list = NULL;
|
||||||
|
|
||||||
if (!bfd_hash_table_init (&ret->stub_hash_table, stub_hash_newfunc,
|
if (!bfd_hash_table_init (&ret->stub_hash_table, stub_hash_newfunc,
|
||||||
sizeof (struct elf32_arm_stub_hash_entry)))
|
sizeof (struct elf32_arm_stub_hash_entry)))
|
||||||
|
Reference in New Issue
Block a user