summaryrefslogtreecommitdiff
path: root/bfd/coff-stgo32.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-08-21 20:23:38 +0000
committerDJ Delorie <dj@delorie.com>2001-08-21 20:23:38 +0000
commit1895499a40402038ef7d7ed54945179e702fb327 (patch)
treee8a38b5adeb6da129ae60e701b0129c90f804cf5 /bfd/coff-stgo32.c
parent1167329ec6dec135e09814a2bac9ab63c8f55c09 (diff)
downloadbinutils-redhat-1895499a40402038ef7d7ed54945179e702fb327.tar.gz
* coff-go32.c: Make DWARF2 sections use an alignment of 0.
* coff-sto32.c: Likewise.
Diffstat (limited to 'bfd/coff-stgo32.c')
-rw-r--r--bfd/coff-stgo32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c
index 9fb9d37cae..4236eee0c1 100644
--- a/bfd/coff-stgo32.c
+++ b/bfd/coff-stgo32.c
@@ -47,7 +47,9 @@
{ 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_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
+{ COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
+ COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
#include "bfd.h"