Delete asection.symbol_ptr_ptr
[binutils-gdb.git] / ld / testsuite / ld-tic6x / common.ld
blob5597c3f8c959782e3441f7826aad50e6f79a43ac
1 SECTIONS
3   . = 0x80;
4   .far : { *(.far) *(COMMON) }
5   . = 0x100;
6   .bss : { *(.scommon) }
8   . = 0x10000000;
9   .text : { *(.text*) }
10   /DISCARD/ : { *(*) }