OSDN Git Service

* coff-go32.c: Make DWARF2 sections use an alignment of 0.
authordj <dj>
Tue, 21 Aug 2001 20:23:37 +0000 (20:23 +0000)
committerdj <dj>
Tue, 21 Aug 2001 20:23:37 +0000 (20:23 +0000)
* coff-sto32.c: Likewise.

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

index d2508ef..3bc5324 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-21  Mark Elbrecht  <snowball3@bigfoot.com>
+
+       * coff-go32.c: Make DWARF2 sections use an alignment of 0.
+       * coff-sto32.c: Likewise.
+
 2001-08-20  Andreas Jaeger  <aj@suse.de>
 
        * coff-sparc.c: Add missing prototypes.
index a283e10..8e00ea8 100644 (file)
@@ -36,6 +36,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 { COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.t"), \
   COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
 { COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.r"), \
-  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 "coff-i386.c"
index 9fb9d37..4236eee 100644 (file)
@@ -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"