mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-22 08:43:33 +08:00
c620a2b547
* testsuite/ld-powerpc/ppc476-shared.lnk: Align .bss. * testsuite/ld-powerpc/ppc476-shared.d: Adjust. * testsuite/ld-powerpc/ppc476-shared2.d: Adjust.
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
SECTIONS
|
|
{
|
|
. = 0xfffc;
|
|
.text : { *(.text) }
|
|
.bss : ALIGN (0x10000) { *(.bss) }
|
|
}
|