summaryrefslogtreecommitdiffstats
path: root/binutils-2.22/bfd/pef.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.22/bfd/pef.c')
-rw-r--r--binutils-2.22/bfd/pef.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/binutils-2.22/bfd/pef.c b/binutils-2.22/bfd/pef.c
index d4ad33a..ca4c454 100644
--- a/binutils-2.22/bfd/pef.c
+++ b/binutils-2.22/bfd/pef.c
@@ -19,6 +19,10 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
+/* PEF (Preferred Executable Format) is the binary file format for late
+ classic Mac OS versions (before Darwin). It is supported by both m68k
+ and PowerPc. It is also called CFM (Code Fragment Manager). */
+
#include "sysdep.h"
#include "safe-ctype.h"
#include "pef.h"
@@ -503,10 +507,9 @@ bfd_pef_scan_start_address (bfd *abfd)
}
int
-bfd_pef_scan (abfd, header, mdata)
- bfd *abfd;
- bfd_pef_header *header;
- bfd_pef_data_struct *mdata;
+bfd_pef_scan (bfd *abfd,
+ bfd_pef_header *header,
+ bfd_pef_data_struct *mdata)
{
unsigned int i;
enum bfd_architecture cputype;