aboutsummaryrefslogtreecommitdiff
path: root/bfd/pei-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/pei-arm.c')
-rw-r--r--bfd/pei-arm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/pei-arm.c b/bfd/pei-arm.c
index 0b56bcb..f1a7c55 100644
--- a/bfd/pei-arm.c
+++ b/bfd/pei-arm.c
@@ -1,5 +1,5 @@
/* BFD back-end for arm PE IMAGE COFF files.
- Copyright 1995, 1996, 1999, 2002, 2007 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1999, 2002, 2007, 2009 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -31,7 +31,8 @@
#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 COFF_SECTION_ALIGNMENT_ENTRIES \
{ COFF_SECTION_NAME_EXACT_MATCH (".bss"), \