summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr19319a.S
blob: 01eca1b85ab10a68ade31fa88dc847c6aa7e3de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.globl	foo
	.type	foo, @function
foo:
	movq	__start_my_section@GOTPCREL(%rip), %rax
	ret
	.size	foo, .-foo
	.section	my_section,"aw",@progbits
	.align 8
	.long	4660
	.long	22136
	.section	.note.GNU-stack