ff0fcda7a934ff10af663a4b5295f0e3df7ec94f
[deliverable/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 }
This page took 0.029535 seconds and 3 git commands to generate.