* coff-go32.c: Set the alignment of dwarf2 linkonce sections to 0.
authorDJ Delorie <dj@redhat.com>
Tue, 21 Aug 2001 22:39:47 +0000 (22:39 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 21 Aug 2001 22:39:47 +0000 (22:39 +0000)
* coff-stgo32.c: Likewise.

bfd/ChangeLog
bfd/coff-go32.c
bfd/coff-stgo32.c

index 3bc5324..12a6b3f 100644 (file)
@@ -1,6 +1,7 @@
 2001-08-21  Mark Elbrecht  <snowball3@bigfoot.com>
 
-       * coff-go32.c: Make DWARF2 sections use an alignment of 0.
+       * coff-go32.c: Make DWARF2 sections use an alignment of 0.  Set
+       the alignment of dwarf2 linkonce sections to 0.
        * coff-sto32.c: Likewise.
 
 2001-08-20  Andreas Jaeger  <aj@suse.de>
index 8e00ea8..146e3a3 100644 (file)
@@ -38,6 +38,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 { COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.r"), \
   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 "coff-i386.c"
index 4236eee..a77fc37 100644 (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"