Extend PE matching regexp in PR 19457 test to match cygwin and mingw targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align2.t
CommitLineData
fbbb9ac5
ZW
1SECTIONS
2{
3 .text : {*(.text)}
4 . = ALIGN(data_align);
5 .data : {*(.data)}
25629536 6 /DISCARD/ : {*(*)}
fbbb9ac5 7}
This page took 0.753367 seconds and 4 git commands to generate.