ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long')
[deliverable/binutils-gdb.git] / ld / scripttempl / tic80coff.sc
index 9c0798ac5b0b1d6590aa1ef471b9af8249830c07..692227a8b433e43b730ddb38db739d1fb6deb11b 100644 (file)
@@ -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) : {
This page took 0.027628 seconds and 4 git commands to generate.