From: H.J. Lu Date: Tue, 12 Jan 2016 20:08:06 +0000 (-0800) Subject: Remove typename from Mips64_rela_data X-Git-Tag: gdb-7.11-branchpoint~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9498162b9aae9233a6d37c102bf744b77961226;p=thirdparty%2Fbinutils-gdb.git Remove typename from Mips64_rela_data --- diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h index a5d647fd284..2aaeeba8a40 100644 --- a/elfcpp/elfcpp_internal.h +++ b/elfcpp/elfcpp_internal.h @@ -200,7 +200,7 @@ struct Mips64_rela_data unsigned char r_type3; unsigned char r_type2; unsigned char r_type; - typename Elf_types<64>::Elf_Swxword r_addend; + Elf_types<64>::Elf_Swxword r_addend; }; // An entry in the ELF SHT_DYNAMIC section aka PT_DYNAMIC segment.