]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gold/
authorRoland McGrath <roland@gnu.org>
Wed, 7 Nov 2012 17:36:16 +0000 (17:36 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Nov 2012 17:36:16 +0000 (17:36 +0000)
* i386.cc (Target_i386::relocate_for_relocatable): Remove extraneous
typename from last change.

gold/ChangeLog
gold/i386.cc

index 923de7e8714fdd196e0d19909dced6db75cc06d9..0d3074ad867c7c552b20f992d908a62ef0114636 100644 (file)
@@ -1,5 +1,8 @@
 2012-11-07  Roland McGrath  <mcgrathr@google.com>
 
+       * 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.
index 4076960847c4ee1538d33c391eb8172afb295737..3f0a039086161d2802f52ebf11648bf6956e0d70 100644 (file)
@@ -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,