Deprecate a.out support for NetBSD targets.
[binutils-gdb.git] / ld / testsuite / ld-powerpc / ppc476-shared.lnk
1 SECTIONS
2 {
3 . = 0xfffc;
4 .text : { *(.text) }
5 .bss : ALIGN (0x10000) { *(.bss) }
6 }