1	.globl x1
2	.section	.tdata,"awT",@progbits
3	.p2align 2
4	.type	x1, @object
5	.size	x1, 4
6x1:
7	.long	41
8	.globl x2
9	.p2align 2
10	.type	x2, @object
11	.size	x2, 4
12x2:
13	.long	42
14