gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mep / relocs-bad3.s
CommitLineData
280d71bf
DB
1 .global main
2
3test:
4 mov $0,0
5
6# negative test from case 106708
7
8L1:
9 mov $1,1
10 mov $1,((L1 & 0x00007fff) | 0x00008000)
11 ret
12 mov $0,0
13main:
14 mov $0,0
15 ret
This page took 0.054394 seconds and 4 git commands to generate.