diff options
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}) : { |