From: Roland McGrath Date: Wed, 7 Nov 2012 17:36:16 +0000 (+0000) Subject: gold/ X-Git-Tag: binutils-2_23_1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f07537ef7380c722357fc3d74c6889fe2ba82a44;p=thirdparty%2Fbinutils-gdb.git gold/ * i386.cc (Target_i386::relocate_for_relocatable): Remove extraneous typename from last change. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 923de7e8714..0d3074ad867 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,8 @@ 2012-11-07 Roland McGrath + * i386.cc (Target_i386::relocate_for_relocatable): Remove extraneous + typename from last change. + * target.h (Sized_target::relocate_for_relocatable): Use Elf_Off for offset_in_output_section parameter. (Sized_target::relocate_special_relocatable): Likewise. diff --git a/gold/i386.cc b/gold/i386.cc index 4076960847c..3f0a0390861 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -414,7 +414,7 @@ class Target_i386 : public Sized_target<32, false> const unsigned char* prelocs, size_t reloc_count, Output_section* output_section, - typename elfcpp::Elf_types<32>::Elf_Off + elfcpp::Elf_types<32>::Elf_Off offset_in_output_section, const Relocatable_relocs*, unsigned char* view, @@ -3612,7 +3612,7 @@ Target_i386::relocate_for_relocatable( const unsigned char* prelocs, size_t reloc_count, Output_section* output_section, - typename elfcpp::Elf_types<32>::Elf_Off offset_in_output_section, + elfcpp::Elf_types<32>::Elf_Off offset_in_output_section, const Relocatable_relocs* rr, unsigned char* view, elfcpp::Elf_types<32>::Elf_Addr view_address,