mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 18:41:27 +00:00
This reverts commit 675b9d612c.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
6 lines
77 B
Raku
6 lines
77 B
Raku
SECTIONS
|
|
{
|
|
.text : {*(SORT_BY_ALIGNMENT(.text*))}
|
|
/DISCARD/ : { *(*) }
|
|
}
|