aboutsummaryrefslogtreecommitdiff
path: root/gold/target-reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/target-reloc.h')
-rw-r--r--gold/target-reloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/target-reloc.h b/gold/target-reloc.h
index 6efcdf4..96f2614 100644
--- a/gold/target-reloc.h
+++ b/gold/target-reloc.h
@@ -590,12 +590,12 @@ scan_relocatable_relocs(
}
}
-// Relocate relocs during a relocatable link. This is a default
-// definition which should work for most targets.
+// Relocate relocs. Called for a relocatable link, and for --emit-relocs.
+// This is a default definition which should work for most targets.
template<int size, bool big_endian, int sh_type>
void
-relocate_for_relocatable(
+relocate_relocs(
const Relocate_info<size, big_endian>* relinfo,
const unsigned char* prelocs,
size_t reloc_count,