summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-06-25 00:43:15 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-06-25 00:43:15 +0000
commitf8ad1d4bb03109073fb412cb7ca7ae59b1037f05 (patch)
tree47d1de84734946170fe41a14f4eb6c90c0171535 /bfd/elf32-i386.c
parente3c4d1aa4c97348c2e62fdd0c879819784d23199 (diff)
downloadbinutils-redhat-f8ad1d4bb03109073fb412cb7ca7ae59b1037f05.tar.gz
bfd/
* elf64-x86-64.c (elf_x86_64_link_hash_table_create): Initialize PLT_EH_FRAME. * elf32-i386.c (elf_i386_link_hash_table): Likewise.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 581272fa7c..f121c29de9 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -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;