* elf64-x86-64.c (elf_x86_64_link_hash_table_create): Initialize
	PLT_EH_FRAME.
	* elf32-i386.c (elf_i386_link_hash_table): Likewise.
This commit is contained in:
Jan Kratochvil 2011-06-25 00:43:15 +00:00
parent 487b39dfdd
commit 332ce62bf3
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2011-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
* elf64-x86-64.c (elf_x86_64_link_hash_table_create): Initialize
PLT_EH_FRAME.
* elf32-i386.c (elf_i386_link_hash_table): Likewise.
2011-06-24 Richard Henderson <rth@redhat.com>
PR ld/12928

View File

@ -861,6 +861,7 @@ elf_i386_link_hash_table_create (bfd *abfd)
ret->sdynbss = NULL;
ret->srelbss = NULL;
ret->plt_eh_frame = NULL;
ret->tls_ldm_got.refcount = 0;
ret->next_tls_desc_index = 0;
ret->sgotplt_jump_table_size = 0;

View File

@ -810,6 +810,7 @@ elf_x86_64_link_hash_table_create (bfd *abfd)
ret->sdynbss = NULL;
ret->srelbss = NULL;
ret->plt_eh_frame = NULL;
ret->sym_cache.abfd = NULL;
ret->tlsdesc_plt = 0;
ret->tlsdesc_got = 0;