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