diff options
Diffstat (limited to 'gold/reloc.cc')
-rw-r--r-- | gold/reloc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/reloc.cc b/gold/reloc.cc index 9a444a2..f6bef1d 100644 --- a/gold/reloc.cc +++ b/gold/reloc.cc @@ -368,7 +368,7 @@ class Emit_relocs_strategy public: // A local non-section symbol. inline Relocatable_relocs::Reloc_strategy - local_non_section_strategy(unsigned int, Relobj*) + local_non_section_strategy(unsigned int, Relobj*, unsigned int) { return Relocatable_relocs::RELOC_COPY; } // A local section symbol. |