ld: Add -z separate-code test for zero size section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / interleave.ld
CommitLineData
1c9c7ce0
JW
1MEMORY
2{
3 x0(xrw): ORIGIN = 0x0, LENGTH = 8
4 x1(xrw): ORIGIN = 0xC, LENGTH = 8
5}
6SECTIONS
7{
7d6de425
AM
8 .a0 : { *(.data.a0) } > x0
9 .a1 : { *(.data.a1) } > x1
10 /DISCARD/ : { *(*) }
1c9c7ce0 11}
This page took 0.031967 seconds and 4 git commands to generate.