(root)/
binutils-2.41/
ld/
testsuite/
ld-powerpc/
ppc476-shared.lnk
SECTIONS
{
  . = 0xfffc;
  .text : { *(.text) }
  .bss : ALIGN (0x10000) { *(.bss) }
}