allwinner_a64/android/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/default-script.t
2018-08-08 20:10:12 +08:00

7 lines
116 B
Raku

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