Remove restriction on skipping some linker tests because their default image base...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-8.t
CommitLineData
eab62f2f
AB
1SECTIONS
2{
3 .data 0x1000 :
4 {
5 *(.data)
6 QUAD (__FOO);
7 }
8
9 .foo 0x4000 :
10 {
11 PROVIDE (__FOO = .);
12 *(.foo)
13 }
14}
This page took 0.138651 seconds and 4 git commands to generate.