mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
6 lines
92 B
Raku
6 lines
92 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
.foo : { *(SORT_NONE(.foo)) }
|
|
/DISCARD/ : { *(.*) }
|
|
}
|