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