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