mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
8 lines
82 B
Raku
8 lines
82 B
Raku
SECTIONS
|
|
{
|
|
.text : ALIGN (4096)
|
|
{
|
|
*(.text .text.* .gnu.linkonce.t*)
|
|
}
|
|
}
|