Add SORT_NONE to .init and .fini in scripts
[deliverable/binutils-gdb.git] / ld / scripttempl / elf32xc16xl.sc
index 3b6a5164ad48e29e5b2d82f67a2a8ed12a9a311a..9dca52d9f5ba6275ce500a471d9cae127c095e8a 100644 (file)
@@ -40,7 +40,8 @@ SECTIONS
        } ${RELOCATING+ > vectarea} */
 .init :
        {
-         *(.init)
+         KEEP (*(SORT_NONE(.init)))
+         ${RELOCATING+KEEP (*(SORT_NONE(.fini)))}
        } ${RELOCATING+ >introm}
 
 .text :
This page took 0.023272 seconds and 4 git commands to generate.