* arm.cc (Target_arm::gc_process_relocs): Use typename.

* powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
	* sparc.cc (Target_sparc::gc_process_relocs): Likewise.
This commit is contained in:
Ian Lance Taylor 2010-08-02 20:44:31 +00:00
parent 317bc8c820
commit 3ff2ccb075
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2010-08-02 Ian Lance Taylor <iant@google.com>
* arm.cc (Target_arm::gc_process_relocs): Use typename.
* powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
* sparc.cc (Target_sparc::gc_process_relocs): Likewise.
2010-08-02 Ian Lance Taylor <iant@google.com>
PR 11855

View File

@ -8214,7 +8214,7 @@ Target_arm<big_endian>::gc_process_relocs(Symbol_table* symtab,
typedef typename Target_arm<big_endian>::Scan Scan;
gold::gc_process_relocs<32, big_endian, Arm, elfcpp::SHT_REL, Scan,
Target_arm::Relocatable_size_for_reloc>(
typename Target_arm::Relocatable_size_for_reloc>(
symtab,
layout,
this,

View File

@ -1494,7 +1494,7 @@ Target_powerpc<size, big_endian>::gc_process_relocs(
typedef typename Target_powerpc<size, big_endian>::Scan Scan;
gold::gc_process_relocs<size, big_endian, Powerpc, elfcpp::SHT_RELA, Scan,
Target_powerpc::Relocatable_size_for_reloc>(
typename Target_powerpc::Relocatable_size_for_reloc>(
symtab,
layout,
this,

View File

@ -2331,7 +2331,7 @@ Target_sparc<size, big_endian>::gc_process_relocs(
typedef typename Target_sparc<size, big_endian>::Scan Scan;
gold::gc_process_relocs<size, big_endian, Sparc, elfcpp::SHT_RELA, Scan,
Target_sparc::Relocatable_size_for_reloc>(
typename Target_sparc::Relocatable_size_for_reloc>(
symtab,
layout,
this,