Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-scripts / align2.t
blob29ae10e6cc3a137fc806724907d2140f3ee49a00
1 SECTIONS
3   .text : {*(.text .pr)}
4   . = ALIGN(data_align);
5   .data : {*(.data .rw)}
6   .bss : {*(.bss)}
7   /DISCARD/ : {*(*)}