Deprecate a.out support for NetBSD targets.
[binutils-gdb.git] / ld / testsuite / ld-tic6x / common.ld
1 SECTIONS
2 {
3 . = 0x80;
4 .far : { *(.far) *(COMMON) }
5 . = 0x100;
6 .bss : { *(.scommon) }
7
8 . = 0x10000000;
9 .text : { *(.text*) }
10 /DISCARD/ : { *(*) }
11 }