| Index: bfd/xsym.c
|
| diff --git a/bfd/xsym.c b/bfd/xsym.c
|
| index 01434e1b72d08c7740253b157c8bfa589849a5c0..e0819a9b1a8249854c28b8a4893128a978c6e9a8 100644
|
| --- a/bfd/xsym.c
|
| +++ b/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"
|
|
|