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)
commite9bb4aa977391e2c62b7dc496b1e14d29b7cbd4e
treebf727536784c8c8b61d7a6fc313e1c407c3e8f5b
parentf7897430950ee94fb2dc4d6a5ca658d4909d9d85
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