summaryrefslogtreecommitdiff
path: root/ld/scripttempl/tic80coff.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/tic80coff.sc')
-rw-r--r--ld/scripttempl/tic80coff.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/tic80coff.sc b/ld/scripttempl/tic80coff.sc
index 9c0798ac5b0..692227a8b43 100644
--- a/ld/scripttempl/tic80coff.sc
+++ b/ld/scripttempl/tic80coff.sc
@@ -40,8 +40,8 @@ ${RELOCATING+ENTRY (${ENTRY})}
SECTIONS
{
.text ${RELOCATING+ $TEXT_START_ADDR} : {
- *(.init)
- *(.fini)
+ ${RELOCATING+KEEP (*(SORT_NONE(.init)))
+ KEEP (*(SORT_NONE(.fini)))}
*(.text)
}
.const ALIGN(4) : {