ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / interleave.ld
1 MEMORY
2 {
3 x0(xrw): ORIGIN = 0x0, LENGTH = 8
4 x1(xrw): ORIGIN = 0xC, LENGTH = 8
5 }
6 SECTIONS
7 {
8 .a0 : { *(.data.a0) } > x0
9 .a1 : { *(.data.a1) } > x1
10 /DISCARD/ : { *(*) }
11 }
This page took 0.030448 seconds and 4 git commands to generate.