aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/x86_64_ie_to_le.s
blob: c575206886651ef99c112d27142d9aabee76cad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.text
	.p2align 4
	.globl	_start
	.type	_start, @function
_start:
	addq	foo@gottpoff(%rip), %r12
	movq	foo@gottpoff(%rip), %rax
	addq	foo@gottpoff(%rip), %r16
	movq	foo@gottpoff(%rip), %r20
	.size	_start, .-_start
	.section	.tdata,"awT",@progbits
	.align 4
	.type	foo, @object
	.size	foo, 4
foo:
	.long	30
	.section	.note.GNU-stack,"",@progbits