X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fpe-ppc.c;h=d36fbfb91c7cd0b58cafea8cf1b4ce4bb9e72b94;hb=751c1fe7eaecddf885f29a2aba76981e495371f0;hp=e253d3858cd01cf061fd1e9c0734630c3d1bfdb9;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/pe-ppc.c b/bfd/pe-ppc.c index e253d3858c..d36fbfb91c 100644 --- a/bfd/pe-ppc.c +++ b/bfd/pe-ppc.c @@ -1,5 +1,6 @@ /* BFD back-end for PowerPC PECOFF files. - Copyright 1995, 1996, 1999, 2001, 2007 Free Software Foundation, Inc. + Copyright 1995, 1996, 1999, 2001, 2005, 2007, 2008 + Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -40,4 +41,8 @@ /* FIXME: This target no longer works. Search for POWERPC_LE_PE in coff-ppc.c and peigen.c. */ +#ifndef bfd_pe_print_pdata +#define bfd_pe_print_pdata NULL +#endif + #include "coff-ppc.c"