forked from Imagelibrary/binutils-gdb
This reverts commit 675b9d612c.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
7 lines
98 B
Raku
7 lines
98 B
Raku
SECTIONS
|
|
{
|
|
.text : { SORT_BY_NAME(*)(.text*) }
|
|
.data : { *(.data*) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|