Support for Toshiba MeP and for complex relocations.
[binutils.git] / gas / testsuite / gas / mep / relocs-bad3.s
blob1e80a6b0dda366aa236ecda1cf0908537f72d3d5
1 .global main
3 test:
4 mov $0,0
6 # negative test from case 106708
8 L1:
9 mov $1,1
10 mov $1,((L1 & 0x00007fff) | 0x00008000)
11 ret
12 mov $0,0
13 main:
14 mov $0,0
15 ret