ppc476 linker workaround shared lib fixes
[binutils-gdb.git] / ld / testsuite / ld-powerpc / ppc476-shared.lnk
1 SECTIONS
2 {
3 . = 0xfffc;
4 .text : { *(.text) }
5 .bss : { *(.bss) }
6 }