git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0710b91
)
sh: Add unaligned memory access for PC relative intructions
author
Phil Edworthy
<Phil.Edworthy@renesas.com>
Wed, 24 Aug 2011 10:43:59 +0000
(10:43 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 29 Aug 2011 06:32:10 +0000
(15:32 +0900)
This adds unaligned memory access support for the following instructions:
mov.w @(disp,PC),Rn
mov.l @(disp,PC),Rn
These instructions are often used on SH2A toolchains.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found