* scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an
authorIan Lance Taylor <ian@airs.com>
Wed, 22 Jun 1994 20:11:07 +0000 (20:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 22 Jun 1994 20:11:07 +0000 (20:11 +0000)
ALIGN.

ld/ChangeLog
ld/scripttempl/go32coff.sc

index 6c5a0f2c312dc02d2d1eb410e2ea75ac4eabf2f8..0e287e3f0c76468136c98ea9145a08b0b1894b51 100644 (file)
@@ -1,5 +1,8 @@
 Wed Jun 22 13:42:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
+       * scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an
+       ALIGN.
+
        * ldlang.c (lang_size_sections): Adjust current region address
        even for sections with an explicit address.  From
        ralphc@pyramid.com (Ralph Campbell).
index 2b2556a715e4b3aaa41f00fa0f4f7c96716d00ac..8ea702d162b798a2d415a033277c5bfb941ac7dd 100644 (file)
@@ -14,7 +14,7 @@ SECTIONS
     *(.text)
     ${RELOCATING+ etext  =  .};
   }
-  .data ${RELOCATING+ ALIGN(${DATA_ALIGNMENT})} : {
+  .data ${RELOCATING+ ${DATA_ALIGNMENT}} : {
     ${RELOCATING+ *(.ctor)}
     ${RELOCATING+ *(.dtor)}
     *(.data)