XCOFF ld testsuite fixes
[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 {
e553d5b2 8 *(.data .rw)
c05b575a
AB
9 }
10}
This page took 0.265928 seconds and 4 git commands to generate.