Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-4.t
CommitLineData
c05b575a
AB
1SECTIONS
2{
1a9ccd70 3 . = SIZEOF_HEADERS;
c05b575a
AB
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.21191 seconds and 4 git commands to generate.