
* testsuite/ld-powerpc/ppc476-shared.lnk: Align .bss. * testsuite/ld-powerpc/ppc476-shared.d: Adjust. * testsuite/ld-powerpc/ppc476-shared2.d: Adjust.
6 lines
87 B
Text
6 lines
87 B
Text
SECTIONS
|
|
{
|
|
. = 0xfffc;
|
|
.text : { *(.text) }
|
|
.bss : ALIGN (0x10000) { *(.bss) }
|
|
}
|