linuxdebug/arch/powerpc/include/asm/module.lds.h
Ulrich Bessoh 872f2f0714 no changes
2024-07-09 16:52:29 +02:00

9 lines
95 B
C

/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}