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