gold/
authorRoland McGrath <roland@gnu.org>
Fri, 2 Nov 2012 19:50:36 +0000 (19:50 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 2 Nov 2012 19:50:36 +0000 (19:50 +0000)
* i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
from last change.

gold/ChangeLog
gold/i386.cc

index 2bff665e1673e424166de514ee004a4bef09d450..91f97eb4449108d1c0e921819f775dd933a7d9e7 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-02  Roland McGrath  <mcgrathr@google.com>
+
+       * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
+       from last change.
+
 2012-11-01  Roland McGrath  <mcgrathr@google.com>
 
        * target.h (Sized_target::relocate_relocs): Use Elf_Off
index fbf56701e70d0978dbac699f823363dfa8c5433e..c265115697cd1172af0b5dc115c535a84acb94a2 100644 (file)
@@ -414,8 +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
-                    offset_in_output_section,
+                 elfcpp::Elf_types<32>::Elf_Off offset_in_output_section,
                  const Relocatable_relocs*,
                  unsigned char* view,
                  elfcpp::Elf_types<32>::Elf_Addr view_address,
@@ -3618,7 +3617,7 @@ Target_i386::relocate_relocs(
     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,
This page took 0.044914 seconds and 4 git commands to generate.