binutils-gdb/ld/testsuite/ld-scripts/default-script.t

8 lines
116 B
Raku

_START = DEFINED(_START) ? _START : 0x9000000;
SECTIONS
{
. = _START;
.text : {*(.text)}
/DISCARD/ : {*(*)}
}