+2015-03-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * output.cc (Relobj::initialize_input_to_output_map<size>):
+ Remove typename on elfcpp::Elf_types<size>::Elf_Addr.
+
2015-03-04 Cary Coutant <ccoutant@google.com>
* parameters.cc (Parameters::set_target_once): Call
template
void
Relobj::initialize_input_to_output_map<64>(unsigned int shndx,
- typename elfcpp::Elf_types<64>::Elf_Addr starting_address,
+ elfcpp::Elf_types<64>::Elf_Addr starting_address,
Unordered_map<section_offset_type,
- typename elfcpp::Elf_types<64>::Elf_Addr>* output_addresses) const;
+ elfcpp::Elf_types<64>::Elf_Addr>* output_addresses) const;
#endif
#if defined(HAVE_TARGET_32_LITTLE) || defined(HAVE_TARGET_32_BIG)
template
void
Relobj::initialize_input_to_output_map<32>(unsigned int shndx,
- typename elfcpp::Elf_types<32>::Elf_Addr starting_address,
+ elfcpp::Elf_types<32>::Elf_Addr starting_address,
Unordered_map<section_offset_type,
- typename elfcpp::Elf_types<32>::Elf_Addr>* output_addresses) const;
+ elfcpp::Elf_types<32>::Elf_Addr>* output_addresses) const;
#endif
#ifdef HAVE_TARGET_32_LITTLE