aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-22 20:11:07 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-22 20:11:07 +0000
commit62a4b36c6b65f8de7e23fc0732ecd03b3a26008a (patch)
treed2a6319b4ea389add344c44c108f13ea6622ecde /ld/scripttempl
parent686739e2c6d7375670d8b21f14c644c72c0c174a (diff)
downloadfsf-binutils-gdb-62a4b36c6b65f8de7e23fc0732ecd03b3a26008a.zip
fsf-binutils-gdb-62a4b36c6b65f8de7e23fc0732ecd03b3a26008a.tar.gz
fsf-binutils-gdb-62a4b36c6b65f8de7e23fc0732ecd03b3a26008a.tar.bz2
* scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an
ALIGN.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/go32coff.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/go32coff.sc b/ld/scripttempl/go32coff.sc
index 2b2556a..8ea702d 100644
--- a/ld/scripttempl/go32coff.sc
+++ b/ld/scripttempl/go32coff.sc
@@ -14,7 +14,7 @@ SECTIONS
*(.text)
${RELOCATING+ etext = .};
}
- .data ${RELOCATING+ ALIGN(${DATA_ALIGNMENT})} : {
+ .data ${RELOCATING+ ${DATA_ALIGNMENT}} : {
${RELOCATING+ *(.ctor)}
${RELOCATING+ *(.dtor)}
*(.data)