diff options
author | Roland McGrath <roland@gnu.org> | 2012-11-02 19:50:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-11-02 19:50:36 +0000 |
commit | cc9280133fd71a993f4957b38996baff8c98a0e3 (patch) | |
tree | 4cfabed1ffa808858250fa38ebae9fda7513322b /gold/i386.cc | |
parent | b45627a0393fefeea5ea68b98c6f76932f53d943 (diff) | |
download | gdb-cc9280133fd71a993f4957b38996baff8c98a0e3.zip gdb-cc9280133fd71a993f4957b38996baff8c98a0e3.tar.gz gdb-cc9280133fd71a993f4957b38996baff8c98a0e3.tar.bz2 |
gold/
* i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
from last change.
Diffstat (limited to 'gold/i386.cc')
-rw-r--r-- | gold/i386.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gold/i386.cc b/gold/i386.cc index fbf5670..c265115 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -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, |