ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / m32r / srai.cgs
blob2a1569422a5e9149f7106fe8ff5c632b2ab5e8dc
1 # m32r testcase for srai $dr,#$uimm5
2 # mach(): m32r m32rx
4         .include "testutils.inc"
6         start
8         .global srai
9 srai:
10         mvi_h_gr  r5, 0xf0f0f0ff
11         srai      r5, #4
12         test_h_gr r5, 0xff0f0f0f
14         pass