mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-14 08:32:05 +00:00
12 lines
222 B
Raku
12 lines
222 B
Raku
NOCROSSREFS ( .text .data )
|
|
SECTIONS
|
|
{
|
|
.dynsym : { *(.dynsym) }
|
|
.dynstr : { *(.dynstr) }
|
|
.hash : { *(.hash) }
|
|
.toc : { *(.toc) }
|
|
.opd : { *(.opd) }
|
|
.text : { tmpdir/cross1.o }
|
|
.data : { tmpdir/cross2.o }
|
|
}
|