aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/ppc476-shared.lnk
blob: 03e66b335e1389f66f24ecba4d1c364219a1f7e9 (plain)
1
2
3
4
5
6
SECTIONS
{
  . = 0xfffc;
  .text : { *(.text) }
  .bss : ALIGN (0x10000) { *(.bss) }
}