diff options
Diffstat (limited to 'gold/x86_64.cc')
-rw-r--r-- | gold/x86_64.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gold/x86_64.cc b/gold/x86_64.cc index 625aff8..a15b6ae 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -469,9 +469,9 @@ class Target_x86_64 : public Sized_target<size, false> const unsigned char* plocal_symbols, Relocatable_relocs*); - // Relocate a section during a relocatable link. + // Emit relocations for a section. void - relocate_for_relocatable( + relocate_relocs( const Relocate_info<size, false>*, unsigned int sh_type, const unsigned char* prelocs, @@ -4208,7 +4208,7 @@ Target_x86_64<size>::scan_relocatable_relocs( template<int size> void -Target_x86_64<size>::relocate_for_relocatable( +Target_x86_64<size>::relocate_relocs( const Relocate_info<size, false>* relinfo, unsigned int sh_type, const unsigned char* prelocs, @@ -4224,7 +4224,7 @@ Target_x86_64<size>::relocate_for_relocatable( { gold_assert(sh_type == elfcpp::SHT_RELA); - gold::relocate_for_relocatable<size, false, elfcpp::SHT_RELA>( + gold::relocate_relocs<size, false, elfcpp::SHT_RELA>( relinfo, prelocs, reloc_count, |