diff options
Diffstat (limited to 'bfd/mach-o-aarch64.c')
-rw-r--r-- | bfd/mach-o-aarch64.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/mach-o-aarch64.c b/bfd/mach-o-aarch64.c index 12fc47e..5cf3364 100644 --- a/bfd/mach-o-aarch64.c +++ b/bfd/mach-o-aarch64.c @@ -147,9 +147,11 @@ static reloc_howto_type arm64_howto_table[]= }; static bfd_boolean -bfd_mach_o_arm64_canonicalize_one_reloc (bfd *abfd, - struct mach_o_reloc_info_external *raw, - arelent *res, asymbol **syms) +bfd_mach_o_arm64_canonicalize_one_reloc (bfd * abfd, + struct mach_o_reloc_info_external * raw, + arelent * res, + asymbol ** syms, + arelent * res_base ATTRIBUTE_UNUSED) { bfd_mach_o_reloc_info reloc; |