* coff-go32.c: Set the alignment of dwarf2 linkonce sections to 0.

* coff-stgo32.c: Likewise.
This commit is contained in:
DJ Delorie
2001-08-21 22:39:47 +00:00
parent a7bda527f6
commit 4f6fbb1acd
3 changed files with 6 additions and 1 deletions

View File

@ -49,6 +49,8 @@
{ COFF_SECTION_NAME_EXACT_MATCH (".text"), \
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
{ COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 } \
{ COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.wi"), \
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
#include "bfd.h"