ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / m32r / cmpu.cgs
blobe0b4ef10180b473ff8a2ac997a850e787cbf0e43
1 # m32r testcase for cmpu $src1,$src2
2 # mach(): m32r m32rx
4         .include "testutils.inc"
6         start
8         .global cmpu
9 cmpu:
10         mvi_h_condbit 0
11         mvi_h_gr r4, 1
12         mvi_h_gr r5, -2
13         cmpu r4, r5
14         bc ok
15 not_ok:
16         fail
17 ok:
18         mvi_h_condbit 1
19         mvi_h_gr r4, -1
20         cmpu r4, r5
21         bc not_ok
23         pass