summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-05-06 10:44:30 +0000
committerTristan Gingold <gingold@adacore.com>2011-05-06 10:44:30 +0000
commita2ea8038cd05937524fd3758d15046a0561f4f50 (patch)
tree2a682c766a3037afa3b1fc2f9d361655841c75b6 /ld/scripttempl
parent265220fbb0ad57ccda0e294f21893142edf3a2c4 (diff)
downloadbinutils-redhat-a2ea8038cd05937524fd3758d15046a0561f4f50.tar.gz
2011-05-06 Tristan Gingold <gingold@adacore.com>
* scripttempl/alphavms.sc (CODE): Add *$CODE*.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/alphavms.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/alphavms.sc b/ld/scripttempl/alphavms.sc
index 912745f9af..81f94ad38e 100644
--- a/ld/scripttempl/alphavms.sc
+++ b/ld/scripttempl/alphavms.sc
@@ -21,7 +21,7 @@ SECTIONS
}
/* RO, executable code. */
\$CODE\$ ALIGN (${PAGESIZE}) : {
- *(\$CODE\$)
+ *(\$CODE\$ *\$CODE*)
}
/* RO initialized data. */
\$LITERAL\$ ALIGN (${PAGESIZE}) : {