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