Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / elfcpp / elfcpp_internal.h
index a5d647fd2847f6aa1ffddecc64a46214736df890..79cb771272b2df2650b77d283463a4fd88251f8d 100644 (file)
@@ -1,6 +1,6 @@
 // elfcpp_internal.h -- internals for elfcpp   -*- C++ -*-
 
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2019 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of elfcpp.
@@ -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.
This page took 0.022802 seconds and 4 git commands to generate.