summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/bfd/pe-i386.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/pe-i386.c')
-rw-r--r--gnu/usr.bin/binutils/bfd/pe-i386.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/bfd/pe-i386.c b/gnu/usr.bin/binutils/bfd/pe-i386.c
index e23d1d6b91f..7c53853d518 100644
--- a/gnu/usr.bin/binutils/bfd/pe-i386.c
+++ b/gnu/usr.bin/binutils/bfd/pe-i386.c
@@ -26,5 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define COFF_OBJ_WITH_PE
#define COFF_WITH_PE
#define PCRELOFFSET true
-#define TARGET_UNDERSCORE 1
+#define TARGET_UNDERSCORE '_'
+#define COFF_LONG_SECTION_NAMES
+
#include "coff-i386.c"