summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-i386/abs.s
blob: 27059508cfec8a7da31d3487ddd9a6e9b6b9e340 (plain)
1
2
3
4
5
6
7
8
 .text
 .global _start
_start:
	enter	$zero + 0xff00, $zero + 0xf0
	enter	$zero - 0xff00, $zero - 0xf0
	leave
	ret
 .p2align 4,0x90