xref: /linux/arch/powerpc/include/asm/module.lds.h (revision e995f4d516a0e28e667c7e3e3550665d8c0d8134)
1 /* Force alignment of .toc section.  */
2 SECTIONS
3 {
4 	.toc 0 : ALIGN(256)
5 	{
6 		*(.got .toc)
7 	}
8 }
9