gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script.t
CommitLineData
39a7b38f 1_START = DEFINED(_START) ? _START : 0x900;
14be8564
L
2SECTIONS
3{
4 . = _START;
5 .text : {*(.text)}
6 /DISCARD/ : {*(*)}
7}
This page took 0.600941 seconds and 4 git commands to generate.