fix ARMv7 data processing instructions
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Wed, 6 May 2009 06:15:38 +0000 (09:15 +0300)
committerPaul Brook <paul@codesourcery.com>
Fri, 15 May 2009 01:48:18 +0000 (02:48 +0100)
commitf9313be4d0c1d983a934eec41fb358796682733b
treebf727536784c8c8b61d7a6fc313e1c407c3e8f5b
parent14abc18fb8a26ed33cdd1cc7f1ef00d9d411fc23
fix ARMv7 data processing instructions

Modernize parts of target-arm/translate.c in preparation for the
modifications in the subsequent patch in this patch set. This is done
in order to avoid writing new code to target-arm/translate.c that
would use deprecated methods and/or variables.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Signed-off-by: Paul Brook <paul@codesourcery.com>
target-arm/translate.c