Add tests for PR ld/20513
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / generic.ld
1 SECTIONS
2 {
3 . = 0x80;
4 .data : { *(.data*) }
5 . = 0x10000000;
6 .text : { *(.text*) }
7 /DISCARD/ : { *(*) }
8 }
This page took 0.029155 seconds and 4 git commands to generate.