repo.or.cz
/
nacl-binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import binutils 2.18
[nacl-binutils.git]
/
gas
/
testsuite
/
gas
/
sh
/
sh64
/
crange2.s
blob
6fbebc3a4f391619f814b6a67404298985b763d7
1
!
Check PT to SHcompact within same section as SHmedia
,
and
that PT to
2
!
nearby SHmedia still gets the right offset.
3
.text
4
.mode SHmedia
5
shmedia
:
6
pt shmedia1
,
tr3
7
pt shcompact1
,
tr4
8
shmedia1
:
9
ptb shcompact2
,
tr5
10
shmedia2
:
11
nop
12
13
.mode SHcompact
14
shcompact
: !
Have
a
label
,
so disassembling unrelocated code works.
15
nop
16
nop
17
shcompact1
:
18
nop
19
nop
20
shcompact2
:
21
nop
22
nop
23
shcompact3
:
24
nop
25
nop
26
shcompact4
:
27
nop
28
nop
29
30
.mode SHmedia
31
shmedia3
:
32
pt shcompact3
,
tr6
33
ptb shcompact4
,
tr7
34
pt shmedia2
,
tr0