aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr27491-4a.s
blob: 3b17a813e841f8eaf8f2cf4463e19d2412ebfdc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.weak __start_xx
	.weak __stop_xx

	.text
	.global foo
foo:
	movq	__start_xx@gotpcrel(%rip), %rax
	movq	__stop_xx@gotpcrel(%rip), %rax

	.section xx,"a",unique,1
	.byte 0