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