XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-8.t
CommitLineData
eab62f2f
AB
1SECTIONS
2{
3 .data 0x1000 :
4 {
e553d5b2 5 *(.data .rw)
eab62f2f
AB
6 QUAD (__FOO);
7 }
8
9 .foo 0x4000 :
10 {
11 PROVIDE (__FOO = .);
12 *(.foo)
13 }
14}
This page took 0.21378 seconds and 4 git commands to generate.