sh: Add unaligned memory access for PC relative intructions
authorPhil Edworthy <Phil.Edworthy@renesas.com>
Wed, 24 Aug 2011 10:43:59 +0000 (10:43 +0000)
committerPaul 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