linux/linux-5.4.31/arch/powerpc/platforms/44x/ppc476_modules.lds

16 lines
188 B
Plaintext
Raw Permalink Normal View History

2024-01-30 10:43:28 +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.*)
}
}