882883eda05f273cf2fd0842b87307feb6c4b672
[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.02952 seconds and 3 git commands to generate.