bfd_cleanup for object_p
[deliverable/binutils-gdb.git] / bfd / mach-o-arm.c
index efdb6bfb988d31e08393c5b0c5ccf00782eeb97a..f4afce71c86a40594261799e967f0173ed22420b 100644 (file)
 #define bfd_mach_o_tgt_seg_table NULL
 #define bfd_mach_o_section_type_valid_for_tgt NULL
 
-static const bfd_target *
+static bfd_cleanup
 bfd_mach_o_arm_object_p (bfd *abfd)
 {
   return bfd_mach_o_header_p (abfd, 0, 0, BFD_MACH_O_CPU_TYPE_ARM);
 }
 
-static const bfd_target *
+static bfd_cleanup
 bfd_mach_o_arm_core_p (bfd *abfd)
 {
   return bfd_mach_o_header_p (abfd, 0,
This page took 0.062963 seconds and 4 git commands to generate.