summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr27491-3.s
blob: 85fc3ddfffd5dc87d8868345e65601c2ed9d382c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.weak __start_xx
	.weak __stop_xx

	.text
	.global foo
foo:
	movl	__start_xx@got(%ebx), %eax
	movl	__stop_xx@got(%ebx), %eax

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

	.section xx,"aR",unique,1
	.byte 1