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

8 lines
116 B
Raku

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