]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - bfd/coff-we32k.c
Imported binutils-2.20
[msp430-binutils.git] / bfd / coff-we32k.c
index 7bd2d4f7e741b1e8b7fd8b675a2d8a7abdf09ef0..49845fc302626585808f5fe3baf9437a1d266d04 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for we32k COFF files.
-   Copyright 1992, 1993, 1994, 1999, 2000, 2002, 2003, 2007
+   Copyright 1992, 1993, 1994, 1999, 2000, 2002, 2003, 2005, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@cs.widener.edu).
 
@@ -63,6 +63,10 @@ static reloc_howto_type howto_table[] =
 #define RTYPE2HOWTO(cache_ptr, dst) \
            (cache_ptr)->howto = howto_table + (dst)->r_type;
 
+#ifndef bfd_pe_print_pdata
+#define bfd_pe_print_pdata     NULL
+#endif
+
 #include "coffcode.h"
 
 #define coff_write_armap bsd_write_armap