bfd/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 25 Jun 2011 00:43:15 +0000 (00:43 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 25 Jun 2011 00:43:15 +0000 (00:43 +0000)
* elf64-x86-64.c (elf_x86_64_link_hash_table_create): Initialize
PLT_EH_FRAME.
* elf32-i386.c (elf_i386_link_hash_table): Likewise.

bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c

index c7a634f77b0ec9df32255ebf9a5c18b7cab93d4c..b3ffc1bb7916d1e4b2135b9bf4d67b342762ec8e 100644 (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
index 581272fa7c1a27d1c26ee601507c928d000c6738..f121c29de91358aee9ad60a6d29053a3acc4aec9 100644 (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;
index 37349f9fd224d15f51dbc00fd06557be58f56ee3..9ae81bfe73b5fda8c2ec86137d422a8bc2d286ab 100644 (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;