mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-29 07:10:55 +08:00
Fix compile error with use of 'typename' outside of template.
elfcpp/ * elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): Remove 'typename'.
This commit is contained in:
@ -184,7 +184,7 @@ struct Rela_data
|
||||
|
||||
struct Mips64_rel_data
|
||||
{
|
||||
typename Elf_types<64>::Elf_Addr r_offset;
|
||||
Elf_types<64>::Elf_Addr r_offset;
|
||||
Elf_Word r_sym;
|
||||
unsigned char r_ssym;
|
||||
unsigned char r_type3;
|
||||
@ -194,7 +194,7 @@ struct Mips64_rel_data
|
||||
|
||||
struct Mips64_rela_data
|
||||
{
|
||||
typename Elf_types<64>::Elf_Addr r_offset;
|
||||
Elf_types<64>::Elf_Addr r_offset;
|
||||
Elf_Word r_sym;
|
||||
unsigned char r_ssym;
|
||||
unsigned char r_type3;
|
||||
|
Reference in New Issue
Block a user