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