aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr12627.s
blob: 305dfd5a7ab5653ab989b9e7aac933517aa73dde (plain)
1
2
3
4
5
6
7
8
9
10
11
	.section ".text16","ax"
	.globl	_start
_start:
	movl	$__bss16_start, %edi
	movl	$__bss16_dwords, %ecx
	xorl	%eax, %eax
	rep movsl
	ret

	.section ".bss16","ax"
	.space	1024