Remove typename from Mips64_rela_data
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Jan 2016 20:08:06 +0000 (12:08 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Jan 2016 20:08:06 +0000 (12:08 -0800)
elfcpp/elfcpp_internal.h

index a5d647f..2aaeeba 100644 (file)
@@ -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.