diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/scripttempl/alphavms.sc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9b5655d..7368c5c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 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}) : { |