
This reverts commit 675b9d612c
.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
5 lines
91 B
Raku
5 lines
91 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
.foo : { *(SORT_NONE(.foo)) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|