]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/align2.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / align2.t
1 SECTIONS
2 {
3   .text : {*(.text .pr)}
4   . = ALIGN(data_align);
5   .data : {*(.data .rw)}
6   .bss : {*(.bss)}
7   /DISCARD/ : {*(*)}
8 }
This page took 0.02473 seconds and 4 git commands to generate.