Add missing comma

This commit is contained in:
Nick Clifton 2001-08-22 08:43:00 +00:00
parent f01b59ed06
commit 26cd54bf89
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-08-22 Nick Clifton <nickc@cambridge.redhat.com>
* coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add missing
comma.
2001-08-21 Mark Elbrecht <snowball3@bigfoot.com>
* coff-go32.c: Make DWARF2 sections use an alignment of 0. Set

View file

@ -49,7 +49,7 @@
{ 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_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 }