linux-zen-server/arch/powerpc/include/asm/module.lds.h

9 lines
95 B
C
Raw Normal View History

2023-08-30 17:53:23 +02:00
/* Force alignment of .toc section. */
SECTIONS
{
.toc 0 : ALIGN(256)
{
*(.got .toc)
}
}