This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/bfd/mach-o.c b/bfd/mach-o.c | |
index 29ebba4..e44cf6d 100644 | |
--- a/bfd/mach-o.c | |
+++ b/bfd/mach-o.c | |
@@ -3666,6 +3666,48 @@ bfd_mach_o_read_encryption_info (bfd *abfd, bfd_mach_o_load_command *command) | |
return TRUE; | |
} | |
+static bfd_boolean | |
+bfd_mach_o_read_main (bfd *abfd, bfd_mach_o_load_command *command) |