PR ld/10047
[deliverable/binutils-gdb.git] / bfd / coff-ia64.c
index e8d6674c40c8c640f3c5c31315c6eb2ca5191fc8..0037c2f6917ddbb1bfd51f4c5774557df55e6e06 100644 (file)
@@ -1,5 +1,6 @@
 /* BFD back-end for HP/Intel IA-64 COFF files.
-   Copyright 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by David Mosberger <davidm@hpl.hp.com>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -64,6 +65,10 @@ in_reloc_p(abfd, howto)
 }
 #endif
 
+#ifndef bfd_pe_print_pdata
+#define bfd_pe_print_pdata     NULL
+#endif
+
 #include "coffcode.h"
 
 static const bfd_target *ia64coff_object_p PARAMS ((bfd *));
This page took 0.023494 seconds and 4 git commands to generate.