ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / m32r / jmp.cgs
blobba0864a53f07c3ebc9593bcdf93a5b5aebb49415
1 # m32r testcase for jmp $sr
2 # mach(): m32r m32rx
4         .include "testutils.inc"
6         start
8         .global jmp
9 jmp:
10         mvaddr_h_gr r4, ok1
11         jmp  r4
12         fail
13 ok1:
14         mvaddr_h_gr r4, ok2
15         addi r4,#1
16         jmp r4
17         fail
18 ok2:
19         pass