mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-26 03:04:36 +00:00
16 lines
188 B
Plaintext
16 lines
188 B
Plaintext
SECTIONS
|
|
{
|
|
.text : ALIGN(4096)
|
|
{
|
|
*(.text .text.* .fixup)
|
|
}
|
|
.init.text : ALIGN(4096)
|
|
{
|
|
*(.init.text .init.text.*)
|
|
}
|
|
.exit.text : ALIGN(4096)
|
|
{
|
|
*(.exit.text .exit.text.*)
|
|
}
|
|
}
|