From 363b9c078c99ce62c2221ab80da7d246a445d21c Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 25 Jun 2011 00:43:15 +0000 Subject: 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. --- bfd/elf64-x86-64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/elf64-x86-64.c') 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; -- cgit v1.2.1