2011-05-06 Tristan Gingold <gingold@adacore.com>

* scripttempl/alphavms.sc (CODE): Add *$CODE*.
This commit is contained in:
Tristan Gingold 2011-05-06 10:44:31 +00:00
parent 8185f55c76
commit 55221e4b5a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-05-06 Tristan Gingold <gingold@adacore.com>
* scripttempl/alphavms.sc (CODE): Add *$CODE*.
2011-05-04 Tristan Gingold <gingold@adacore.com>
* emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Add

View File

@ -21,7 +21,7 @@ SECTIONS
}
/* RO, executable code. */
\$CODE\$ ALIGN (${PAGESIZE}) : {
*(\$CODE\$)
*(\$CODE\$ *\$CODE*)
}
/* RO initialized data. */
\$LITERAL\$ ALIGN (${PAGESIZE}) : {