4b7e639504
* ld-elf/fini0.s: Indent global directive. * ld-elf/foo0.s: Likewise. * ld-elf/init0.s: Likewise. * ld-elf/pr14156c.t: Keep text section.
5 lines
92 B
Raku
5 lines
92 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
.foo : { *(SORT_NONE(.foo)) }
|
|
/DISCARD/ : { *(.*) }
|
|
}
|