summaryrefslogtreecommitdiffstats
path: root/binutils-2.22/bfd/xsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.22/bfd/xsym.c')
-rw-r--r--binutils-2.22/bfd/xsym.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/binutils-2.22/bfd/xsym.c b/binutils-2.22/bfd/xsym.c
index 01434e1..e0819a9 100644
--- a/binutils-2.22/bfd/xsym.c
+++ b/binutils-2.22/bfd/xsym.c
@@ -1,6 +1,6 @@
/* xSYM symbol-file support for BFD.
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -19,8 +19,10 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
-#include "alloca-conf.h"
+/* xSYM is the debugging format used by CodeWarrior on Mac OS classic. */
+
#include "sysdep.h"
+#include "alloca-conf.h"
#include "xsym.h"
#include "bfd.h"
#include "libbfd.h"