diff options
Diffstat (limited to 'bfd/mach-o-aarch64.c')
-rw-r--r-- | bfd/mach-o-aarch64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/mach-o-aarch64.c b/bfd/mach-o-aarch64.c index f3406b3..c71b92e 100644 --- a/bfd/mach-o-aarch64.c +++ b/bfd/mach-o-aarch64.c @@ -40,13 +40,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_arm64_object_p (bfd *abfd) { return bfd_mach_o_header_p (abfd, 0, 0, BFD_MACH_O_CPU_TYPE_ARM64); } -static const bfd_target * +static bfd_cleanup bfd_mach_o_arm64_core_p (bfd *abfd) { return bfd_mach_o_header_p (abfd, 0, |