]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/default-script.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / default-script.t
1 _START = DEFINED(_START) ? _START : 0x900;
2 SECTIONS
3 {
4   . = _START;
5   .text : {*(.text .pr)}
6   .data : {*(.data)}
7   .bss : {*(.bss)}
8   /DISCARD/ : {*(*)}
9 }
This page took 0.024621 seconds and 4 git commands to generate.