kernel_samsung_a34x-permissive/arch/powerpc/platforms/44x/ppc476_modules.lds
2024-04-28 15:51:13 +02:00

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.*)
}
}