diff options
Diffstat (limited to 'ld/scripttempl/armbpabi.sc')
-rw-r--r-- | ld/scripttempl/armbpabi.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/armbpabi.sc b/ld/scripttempl/armbpabi.sc index a573a1d..cb71b55 100644 --- a/ld/scripttempl/armbpabi.sc +++ b/ld/scripttempl/armbpabi.sc @@ -208,7 +208,7 @@ cat <<EOF .init ${RELOCATING-0} : { ${RELOCATING+${INIT_START}} - KEEP (*(.init)) + KEEP (*(SORT_NONE(.init))) ${RELOCATING+${INIT_END}} } =${NOP-0} .text ${RELOCATING-0} : @@ -222,7 +222,7 @@ cat <<EOF .fini ${RELOCATING-0} : { ${RELOCATING+${FINI_START}} - KEEP (*(.fini)) + KEEP (*(SORT_NONE(.fini))) ${RELOCATING+${FINI_END}} } =${NOP-0} /* The SymbianOS kernel requires that the PLT go at the end of the |