OSDN Git Service

2012-01-19 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold>
Thu, 19 Jan 2012 11:45:35 +0000 (11:45 +0000)
committergingold <gingold>
Thu, 19 Jan 2012 11:45:35 +0000 (11:45 +0000)
* pef.c: Add a comment.
* xsym.c: Likewise.

bfd/ChangeLog
bfd/pef.c
bfd/xsym.c

index a0be3dc..35ab5a4 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-19  Tristan Gingold  <gingold@adacore.com>
+
+       * pef.c: Add a comment.
+       * xsym.c: Likewise.
+
 2012-01-17  Alan Modra  <amodra@gmail.com>
 
        * elf32-ppc.c (ppc_elf_write_core_note <NT_PRPSINFO>): Don't leave
index d4ad33a..e73f2fc 100644 (file)
--- a/bfd/pef.c
+++ b/bfd/pef.c
    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"
index 01434e1..0926297 100644 (file)
@@ -19,6 +19,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
+/* xSYM is the debugging format used by CodeWarrior on Mac OS classic.  */
+
 #include "alloca-conf.h"
 #include "sysdep.h"
 #include "xsym.h"