X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=bfd%2Fpe-ppc.c;fp=bfd%2Fpe-ppc.c;h=d36fbfb91c7cd0b58cafea8cf1b4ce4bb9e72b94;hp=e253d3858cd01cf061fd1e9c0734630c3d1bfdb9;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/bfd/pe-ppc.c b/bfd/pe-ppc.c index e253d38..d36fbfb 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"