RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-6.t
1 SECTIONS
2 {
3 .data 0x1000 :
4 {
5 *(.data)
6 }
7
8 foo = ADDR (.data);
9 foo_2 = foo;
10 PROVIDE (foo = 0x20);
11 }
This page took 0.029996 seconds and 4 git commands to generate.