diff options
Diffstat (limited to 'bfd/mach-o-arm.c')
-rw-r--r-- | bfd/mach-o-arm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/mach-o-arm.c b/bfd/mach-o-arm.c index efdb6bf..f4afce7 100644 --- a/bfd/mach-o-arm.c +++ b/bfd/mach-o-arm.c @@ -38,13 +38,13 @@ #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, |