]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/all/relax.s
2.41 Release sources
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / all / relax.s
CommitLineData
cd0c2fe2
AM
1 .data
2 .byte 1, 2, 3
3 .uleb128 L2 - L1
4L1:
5 .space 128 - 2
6 .byte 4
7 .p2align 1, 0xff
8L2:
9 .byte 5
10
11 .p2align 2
12 .byte 6, 7
13 .uleb128 L4 - L3
14L3:
15 .space 128*128 - 2
16 .byte 8
17 .p2align 2, 0xff
18L4:
19 .byte 9
20 .p2align 4, 9