summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mep/relocs-bad3.s
blob: 1e80a6b0dda366aa236ecda1cf0908537f72d3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.global main

test:
	mov     $0,0

# negative test from case 106708

L1:
        mov     $1,1
        mov     $1,((L1 & 0x00007fff) | 0x00008000)
        ret
        mov     $0,0
main:
	mov     $0,0
	ret