Files
Ian Lance Taylor c1ebd1ce17 rework crossref test
1996-08-01 18:33:47 +00:00

7 lines
97 B
Raku

NOCROSSREFS ( .text .data )
SECTIONS
{
.text : { *(.text) }
.data : { *(.data) *(.sdata) }
}