Fix address violation errors parsing corrupt binary files.
[deliverable/binutils-gdb.git] / bfd / mach-o-aarch64.c
index 12fc47eb0a33723af003edf36e1bba9cf3e16904..5cf336433f99a91497e1c7bf93eecc5dfb6c8e6b 100644 (file)
@@ -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;
 
This page took 0.026058 seconds and 4 git commands to generate.