summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr19319b.S
blob: 98294f6b6f8594ba9d6773692fde6f75d1a62ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text
	.globl	_start
	.type	_start, @function
_start:
	movl	__start_my_section@GOT(%ecx), %eax
	ret
	.size	_start, .-_start
	.section	my_section,"aw",@progbits
	.align 8
	.long	4660
	.long	22136