Sam James b5c37946cc Revert "2.41 Release sources"
This reverts commit 675b9d612cc59446e84e2c6d89b45500cb603a8d.

See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
2023-08-02 12:06:23 +01:00

6 lines
91 B
Raku

SECTIONS {
.text : { *(.text) }
.foo : { *(SORT_NONE(.foo)) }
/DISCARD/ : { *(*) }
}