Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-elf / non-contiguous.s
blob19bc2b14d451e1d4c162a9eda68321e375f50482
1 .section .data.1, "a", %progbits
2 # Fit in RAML
3 .4byte 1
4 .4byte 2
5 .4byte 3
7 .section .data.2, "a", %progbits
8 # Fit in RAMU
9 .4byte 4
10 .4byte 5
11 .4byte 6
13 .section .data.3, "a", %progbits
14 # Fit in RAMU
15 .4byte 7
16 .4byte 8
18 .section .data.4, "a", %progbits
19 # Fit in RAMZ
20 .fill 0x3c, 1, 9