binutils-gdb/ld/testsuite/ld-powerpc/ppc476-shared.lnk
Alan Modra c620a2b547 Make ppc476 testcases more robust
* testsuite/ld-powerpc/ppc476-shared.lnk: Align .bss.
	* testsuite/ld-powerpc/ppc476-shared.d: Adjust.
	* testsuite/ld-powerpc/ppc476-shared2.d: Adjust.
2017-07-07 23:53:18 +09:30

7 lines
87 B
Plaintext

SECTIONS
{
. = 0xfffc;
.text : { *(.text) }
.bss : ALIGN (0x10000) { *(.bss) }
}