aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-05-06 10:44:31 +0000
committerTristan Gingold <gingold@adacore.com>2011-05-06 10:44:31 +0000
commit55221e4b5a54b89b61acd56239fc94a10b8a4740 (patch)
tree3ac8dbf18a0736fec4165a17f997e73cf1634398 /ld/scripttempl
parent8185f55c763b561dd760491838e081a15a3619a8 (diff)
downloadgdb-55221e4b5a54b89b61acd56239fc94a10b8a4740.zip
gdb-55221e4b5a54b89b61acd56239fc94a10b8a4740.tar.gz
gdb-55221e4b5a54b89b61acd56239fc94a10b8a4740.tar.bz2
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 912745f..81f94ad 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}) : {