From 100fc76795de55f12f4a77e5a0a0e6aea70ae420 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 19 Jan 2012 11:45:36 +0000 Subject: 2012-01-19 Tristan Gingold * pef.c: Add a comment. * xsym.c: Likewise. --- bfd/pef.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/pef.c') diff --git a/bfd/pef.c b/bfd/pef.c index d4ad33ad37..e73f2fc0b1 100644 --- a/bfd/pef.c +++ b/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" -- cgit v1.2.1