X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcoff-pmac.c;h=6b44a9379ee9184e9511870e29387db4a860c2f2;hb=3438adb37d385801575ac0f14a8312d1486daa63;hp=f3332d98959b7be041ec87ce0d68739d502ed9a9;hpb=dc9e099fc0eced486ae2b49455c9da113c11f4ff;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-pmac.c b/bfd/coff-pmac.c index f3332d9895..6b44a9379e 100644 --- a/bfd/coff-pmac.c +++ b/bfd/coff-pmac.c @@ -1,5 +1,5 @@ /* BFD back-end for Apple et al PowerPC Mac "XCOFF" files. - Copyright 1995 Free Software Foundation, Inc. + Copyright 1995, 2000, 2001 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -17,11 +17,17 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define TARGET_SYM pmac_xcoff_vec -#define TARGET_NAME "xcoff-powermac" - -/* Tweak coffcode.h based on this being a PowerMac instead of RS/6000. */ +/* Tweak coffcode.h based on this being a PowerMac instead of RS/6000. */ #define POWERMAC -#include "coff-rs6000.c" +#define TARGET_SYM pmac_xcoff_vec +#define TARGET_NAME "xcoff-powermac" + +#include "bfd.h" +#include "sysdep.h" +#include "libbfd.h" +#include "coff/internal.h" +#include "coff/rs6000.h" +#include "libcoff.h" +#include "xcoff-target.h"