]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - bfd/pei-mcore.c
Merge commit 'upstream/2.20'
[msp430-binutils.git] / bfd / pei-mcore.c
index b1f30cc473bccdc4a90ae5f990842c40e67b8d75..bad8108f51bf8d3b1509b0872b7064e45e263b40 100644 (file)
@@ -1,5 +1,6 @@
 /* BFD back-end for MCore PECOFF files.
-   Copyright 1999, 2002, 2007 Free Software Foundation, Inc.
+   Copyright 1999, 2002, 2005, 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 PCRELOFFSET        TRUE
-#define COFF_LONG_SECTION_NAMES
+/* Long section names not allowed in executable images, only object files.  */
+#define COFF_LONG_SECTION_NAMES 0
 
 #define MCORE_PE
 
+#ifndef bfd_pe_print_pdata
+#define bfd_pe_print_pdata     NULL
+#endif
+
 #include "coff-mcore.c"