ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / m32r / rach.cgs
blobc22469834f7a56668d11b3e54c4a745d6a38eee4
1 # m32r testcase for rach
2 # mach(): m32r m32rx
4         .include "testutils.inc"
6         start
8         .global rach
9 rach:
10         mvi_h_accum0 1, 0x40004001
11         rach
12         test_h_accum0 3, 0
14         mvi_h_accum0 0x3fff, 0xc0000000
15         rach
16         test_h_accum0 0x7fff, 0
18         mvi_h_accum0 0xffff8000, 0
19         rach
20         test_h_accum0 0xffff8000, 0
22         pass