summaryrefslogtreecommitdiff
path: root/bfd/coff-stgo32.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-25 21:08:10 +0000
committerNick Clifton <nickc@redhat.com>2001-01-25 21:08:10 +0000
commit13142b7b8a437840dfa58e394010f4ea57121cbb (patch)
tree03bd51f5a2c8848d183126da5fe6fad066031395 /bfd/coff-stgo32.c
parent382d066034f1231787b93278bfc659cbf65d3c06 (diff)
downloadbinutils-redhat-13142b7b8a437840dfa58e394010f4ea57121cbb.tar.gz
DJGPP config tweaks
Diffstat (limited to 'bfd/coff-stgo32.c')
-rw-r--r--bfd/coff-stgo32.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c
index 95ccd83409..9fb9d37cae 100644
--- a/bfd/coff-stgo32.c
+++ b/bfd/coff-stgo32.c
@@ -1,5 +1,5 @@
-/* BFD back-end for Intel 386 COFF files (go32 variant with a stub).
- Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
+/* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
+ Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
Written by Robert Hoehne.
This file is part of BFD, the Binary File Descriptor library.
@@ -41,13 +41,12 @@
#define COFF_GO32_EXE
#define COFF_LONG_SECTION_NAMES
#define COFF_SUPPORT_GNU_LINKONCE
+#define COFF_LONG_FILENAMES
#define COFF_SECTION_ALIGNMENT_ENTRIES \
{ COFF_SECTION_NAME_EXACT_MATCH (".data"), \
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
{ COFF_SECTION_NAME_EXACT_MATCH (".text"), \
- COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
-{ COFF_SECTION_NAME_EXACT_MATCH (".bss"), \
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }
#include "bfd.h"