bfd/ChangeLog
[deliverable/binutils-gdb.git] / bfd / pei-x86_64.c
index f4dd3e17e44a24a4c2101f5305c438486af22ae9..f62e69765af5f32e1d9fe72bffbaef3a66a69852 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Intel 386 PE IMAGE COFF files.
-   Copyright 2006, 2007 Free Software Foundation, Inc.
+   Copyright 2006, 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -30,7 +30,8 @@
 #define COFF_WITH_pex64
 #define PCRELOFFSET            TRUE
 #define TARGET_UNDERSCORE      '_'
-#define COFF_LONG_SECTION_NAMES
+/* Long section names not allowed in executable images, only object files.  */
+#define COFF_LONG_SECTION_NAMES 0
 #define COFF_SUPPORT_GNU_LINKONCE
 #define COFF_LONG_FILENAMES
 
This page took 0.036476 seconds and 4 git commands to generate.