repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git]
/
sim
/
testsuite
/
m32r
/
jmp.cgs
blob
ba0864a53f07c3ebc9593bcdf93a5b5aebb49415
1
# m32r testcase for jmp $sr
2
# mach(): m32r m32rx
3
4
.include "testutils.inc"
5
6
start
7
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