This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove typename from Mips64_rela_data


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f9498162b9aae9233a6d37c102bf744b77961226

commit f9498162b9aae9233a6d37c102bf744b77961226
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jan 12 12:08:06 2016 -0800

    Remove typename from Mips64_rela_data

Diff:
---
 elfcpp/elfcpp_internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h
index a5d647f..2aaeeba 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]