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