]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-scripts/default-script.t
Fix linker tests to work with 16-bit targets.
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script.t
1 _START = DEFINED(_START) ? _START : 0x900;
2 SECTIONS
3 {
4 . = _START;
5 .text : {*(.text)}
6 /DISCARD/ : {*(*)}
7 }