6b96b3389c6e8e1441f75249448c4e735e04d051
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-1.t
1 SECTIONS
2 {
3 .data 0x2000 :
4 {
5 LONG (foo)
6 LONG (bar)
7 . = ALIGN (0x10);
8 *(.data)
9 }
10 PROVIDE (foo = .);
11 PROVIDE (bar = .);
12 }
This page took 0.031796 seconds and 3 git commands to generate.