kernel_samsung_a53x/arch/powerpc/platforms/44x/ppc476_modules.lds
2024-06-15 16:02:09 -03:00

15 lines
188 B
Text
Executable file

SECTIONS
{
.text : ALIGN(4096)
{
*(.text .text.* .fixup)
}
.init.text : ALIGN(4096)
{
*(.init.text .init.text.*)
}
.exit.text : ALIGN(4096)
{
*(.exit.text .exit.text.*)
}
}