da663db215b9a7c62ee7c46e898dbf7248602b68
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-4.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 PROVIDE (loc1 = ALIGN (., 0x10));
12 PROVIDE (loc2 = ALIGN (., 0x10));
13 }
14
15 PROVIDE (loc3 = loc1 + 0x20);
16 loc4 = loc2 + 0x20;
17 }
This page took 0.030025 seconds and 3 git commands to generate.