diff options
Diffstat (limited to 'gold/powerpc.cc')
-rw-r--r-- | gold/powerpc.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/powerpc.cc b/gold/powerpc.cc index 4e7406e..d69e942 100644 --- a/gold/powerpc.cc +++ b/gold/powerpc.cc @@ -280,7 +280,8 @@ class Target_powerpc : public Sized_target<size, big_endian> // Copy a relocation against a global symbol. void - copy_reloc(Symbol_table* symtab, Layout* layout, Relobj* object, + copy_reloc(Symbol_table* symtab, Layout* layout, + Sized_relobj<size, big_endian>* object, unsigned int shndx, Output_section* output_section, Symbol* sym, const elfcpp::Rela<size, big_endian>& reloc) { |