]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/non-contiguous.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / non-contiguous.s
CommitLineData
abf874aa
CL
1 .section .data.1, "a", %progbits
2 # Fit in RAML
3 .4byte 1
4 .4byte 2
5 .4byte 3
6
7 .section .data.2, "a", %progbits
8 # Fit in RAMU
9 .4byte 4
10 .4byte 5
11 .4byte 6
12
13 .section .data.3, "a", %progbits
14 # Fit in RAMU
15 .4byte 7
16 .4byte 8
17
18 .section .data.4, "a", %progbits
19 # Fit in RAMZ
20 .fill 0x3c, 1, 9
21