mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 12:36:59 +07: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.*)
|
||
|
}
|
||
|
}
|