mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
This reverts commit 675b9d612c
.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
6 lines
65 B
Raku
6 lines
65 B
Raku
SECTIONS
|
|
{
|
|
.text : {*(.text .text.*)}
|
|
/DISCARD/ : { *(*) }
|
|
}
|