XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-1.t
CommitLineData
1b493742
NS
1SECTIONS
2{
76cb62b0 3 .data 0x2000 :
1b493742
NS
4 {
5 LONG (foo)
6 LONG (bar)
76cb62b0 7 . = ALIGN (0x10);
e553d5b2 8 *(.data .rw)
1b493742
NS
9 }
10 PROVIDE (foo = .);
11 PROVIDE (bar = .);
12}
This page took 0.946377 seconds and 4 git commands to generate.