Extend PE matching regexp in PR 19457 test to match cygwin and mingw targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-5.t
CommitLineData
c05b575a
AB
1SECTIONS
2{
3 foo = 0x10;
4 PROVIDE (foo = bar);
5
6 .data 0x1000 :
7 {
8 *(.data)
9 }
10}
This page took 0.077003 seconds and 4 git commands to generate.