* corefile.c (generic_search): Delete disabled code.
[deliverable/binutils-gdb.git] / bfd / coff-aux.c
index eb7b2256a1112e2db6efbc6bf9fb1c991b016f77..2101dd348c42022f2673d66643992a06c24b3108 100644 (file)
@@ -1,5 +1,6 @@
 /* BFD back-end for Apple M68K COFF A/UX 3.x files.
-   Copyright 1996, 1997, 2000, 2002, 2007 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 2000, 2002, 2007, 2008
+   Free Software Foundation, Inc.
    Written by Richard Henderson <rth@tamu.edu>.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -48,6 +49,10 @@ static bfd_boolean coff_m68k_aux_link_add_one_symbol
 
 #define coff_link_add_one_symbol coff_m68k_aux_link_add_one_symbol
 
+#ifndef bfd_pe_print_pdata
+#define bfd_pe_print_pdata     NULL
+#endif
+
 #include "coff/aux-coff.h"  /* override coff/internal.h and coff/m68k.h */
 #include "coff-m68k.c"
 
This page took 0.02839 seconds and 4 git commands to generate.