1# Note: This file is also used by an ld test case.
2
3	.text
4	.global _start
5_start:
6	ret
7
8	.data
9	.p2align 4
10l:	.long	0x11111111, 0x22222222
11q:	.quad	0x4444444433333333
12
13	.reloc l, BFD_RELOC_64, q
14	.reloc q, BFD_RELOC_32, l
15