summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.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
commit363b9c078c99ce62c2221ab80da7d246a445d21c (patch)
tree30ac2923145641e58e1a9cf063438a76f64708ca /bfd/elf64-x86-64.c
parent67db9a8d425bfc3f8936db0e55b963b168276a73 (diff)
downloadgdb-363b9c078c99ce62c2221ab80da7d246a445d21c.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/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 37349f9fd22..9ae81bfe73b 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -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;