M68K TLS support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / relax.s
1 .data
2 .byte 1, 2, 3
3 .uleb128 L2 - L1
4 L1:
5 .space 128 - 2
6 .byte 4
7 .p2align 1, 0xff
8 L2:
9 .byte 5
10
11 .p2align 2
12 .byte 6, 7
13 .uleb128 L4 - L3
14 L3:
15 .space 128*128 - 2
16 .byte 8
17 .p2align 2, 0xff
18 L4:
19 .byte 9
20 .p2align 4, 9
This page took 0.03358 seconds and 4 git commands to generate.