diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-05-06 10:44:31 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-05-06 10:44:31 +0000 |
commit | 55221e4b5a54b89b61acd56239fc94a10b8a4740 (patch) | |
tree | 3ac8dbf18a0736fec4165a17f997e73cf1634398 /ld/scripttempl | |
parent | 8185f55c763b561dd760491838e081a15a3619a8 (diff) | |
download | gdb-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.sc | 2 |
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}) : { |