summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-01-19 11:45:35 +0000
committerTristan Gingold <gingold@adacore.com>2012-01-19 11:45:35 +0000
commit54ac228ae22899c143ad86ca4207ee9cd6f2f6b0 (patch)
tree65cc82a60439dc86a78f989cfe9b14ed383cb5c0 /bfd
parent5758a500f985367b0a6d8b1892d6b963f07a7f40 (diff)
downloadgdb-54ac228ae22899c143ad86ca4207ee9cd6f2f6b0.tar.gz
2012-01-19 Tristan Gingold <gingold@adacore.com>
* pef.c: Add a comment. * xsym.c: Likewise.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/pef.c4
-rw-r--r--bfd/xsym.c2
3 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a0be3dc1d74..35ab5a4472c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/pef.c b/bfd/pef.c
index d4ad33ad37b..e73f2fc0b13 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"
diff --git a/bfd/xsym.c b/bfd/xsym.c
index 01434e1b72d..0926297e059 100644
--- a/bfd/xsym.c
+++ b/bfd/xsym.c
@@ -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"