* ldlang.h (struct lang_output_section_state): Change processed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-1.t
1 SECTIONS
2 {
3 .data :
4 {
5 LONG (foo)
6 LONG (bar)
7 *(.data)
8 }
9 PROVIDE (foo = .);
10 PROVIDE (bar = .);
11 }
This page took 0.030525 seconds and 5 git commands to generate.