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

8 lines
116 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
_START = DEFINED(_START) ? _START : 0x9000000;
SECTIONS
{
. = _START;
.text : {*(.text)}
/DISCARD/ : {*(*)}
}