secgateway/kernel/linux-4.14.83/arch/powerpc/platforms/44x/ppc476_modules.lds

16 lines
188 B
Plaintext
Raw Normal View History

2019-06-11 07:43:23 +00:00
SECTIONS
{
.text : ALIGN(4096)
{
*(.text .text.* .fixup)
}
.init.text : ALIGN(4096)
{
*(.init.text .init.text.*)
}
.exit.text : ALIGN(4096)
{
*(.exit.text .exit.text.*)
}
}