X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=elfcpp%2Felfcpp_internal.h;h=36a6d6205f711db68c419f897fe586d185c2f1cf;hb=bf9ae9d8c37a4e1dfd192f266c20ea5786fd1bbd;hp=edca55fabd19aa5a145c15e90fcb2bb3985e74cb;hpb=4d625b70fc3fb7facc7159feb8d49b78ac6641f9;p=deliverable%2Fbinutils-gdb.git diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h index edca55fabd..36a6d6205f 100644 --- a/elfcpp/elfcpp_internal.h +++ b/elfcpp/elfcpp_internal.h @@ -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 . // 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.