Retro68/binutils/ld/testsuite/ld-scripts/cross1.t
2012-03-26 21:18:29 +02:00

11 lines
200 B
Raku

NOCROSSREFS ( .text .data )
SECTIONS
{
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.hash : { *(.hash) }
.toc : { *(.toc) }
.text : { tmpdir/cross1.o }
.data : { tmpdir/cross2.o }
}