* elf32-m68k.c (elf_m68k_copy_indirect_symbol): Propagate non_got_ref
[deliverable/binutils-gdb.git] / bfd / pei-ppc.c
index e109c69e26cedf0e0878b133d53d83b9f263d8c2..41a8d2dd13b8a3a17138f301249d1f3e435155b5 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for PowerPC PE IMAGE COFF files.
-   Copyright 1995, 1996, 1999, 2007 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1999, 2007, 2008, 2009  Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #define COFF_IMAGE_WITH_PE
 #define COFF_WITH_PE
 
-#define COFF_LONG_SECTION_NAMES
+/* Long section names not allowed in executable images, only object files.  */
+#define COFF_LONG_SECTION_NAMES 0
 
 /* FIXME: Verify PCRELOFFSET is always false */
 
 /* 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"
This page took 0.024401 seconds and 4 git commands to generate.