gdb, btrace: make record-btrace per-inferior
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script.t
1 _START = DEFINED(_START) ? _START : 0x9000000;
2 SECTIONS
3 {
4 . = _START;
5 .text : {*(.text)}
6 /DISCARD/ : {*(*)}
7 }
This page took 0.042967 seconds and 4 git commands to generate.