diff options
Diffstat (limited to 'ld/scripttempl/visium.sc')
-rw-r--r-- | ld/scripttempl/visium.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/visium.sc b/ld/scripttempl/visium.sc index 9e98429..dfbe2c1 100644 --- a/ld/scripttempl/visium.sc +++ b/ld/scripttempl/visium.sc @@ -60,8 +60,8 @@ cat <<EOF SECTIONS { .init ${RELOCATING-0} : { - KEEP (*(.init)) - ${RELOCATING+KEEP (*(.fini))} + KEEP (*(SORT_NONE(.init))) + ${RELOCATING+KEEP (*(SORT_NONE(.fini)))} ${RELOCATING+ _einit = .;} } ${RELOCATING+ > init} |