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