summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-01-12 12:08:06 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-01-12 12:08:06 -0800
commitf9498162b9aae9233a6d37c102bf744b77961226 (patch)
treeac5d1bf8c64be408aee882f773e2a2129d213182 /elfcpp
parent8a8880cb673893c479b473f598905c0490897817 (diff)
downloadbinutils-gdb-f9498162b9aae9233a6d37c102bf744b77961226.tar.gz
Remove typename from Mips64_rela_data
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/elfcpp_internal.h2
1 files changed, 1 insertions, 1 deletions
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.