Merge remote-tracking branch 'origin/master' into amd-common
[deliverable/binutils-gdb.git] / elfcpp / elfcpp_internal.h
index edca55fabd19aa5a145c15e90fcb2bb3985e74cb..36a6d6205f711db68c419f897fe586d185c2f1cf 100644 (file)
@@ -1,6 +1,6 @@
 // elfcpp_internal.h -- internals for elfcpp   -*- C++ -*-
 
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2020 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of elfcpp.
@@ -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,13 +194,13 @@ 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;
   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.
This page took 0.0393829999999999 seconds and 4 git commands to generate.