This commit was generated by cvs2svn to track changes on a CVS vendor
[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.030422 seconds and 5 git commands to generate.