Fix address violation errors parsing corrupt binary files.
[deliverable/binutils-gdb.git] / bfd / mach-o.h
index 83660a4ce9a56784cad1eb04180a67d690694cf6..0719b53b1e07bde72aa3ed35176e50f54e647017 100644 (file)
@@ -746,7 +746,7 @@ typedef struct bfd_mach_o_backend_data
   enum bfd_architecture arch;
   bfd_vma page_size;
   bfd_boolean (*_bfd_mach_o_canonicalize_one_reloc)
-    (bfd *, struct mach_o_reloc_info_external *, arelent *, asymbol **);
+  (bfd *, struct mach_o_reloc_info_external *, arelent *, asymbol **, arelent *);
   bfd_boolean (*_bfd_mach_o_swap_reloc_out)(arelent *, bfd_mach_o_reloc_info *);
   bfd_boolean (*_bfd_mach_o_print_thread)(bfd *, bfd_mach_o_thread_flavour *,
                                           void *, char *);
This page took 0.025367 seconds and 4 git commands to generate.