Fix typo fsqrt -> sqrtf.
[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);
1b493742
NS
8 *(.data)
9 }
10 PROVIDE (foo = .);
11 PROVIDE (bar = .);
12}
This page took 0.511511 seconds and 4 git commands to generate.