ARM: rename armv4_5_mode_* AS arm_mode_*

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-12-04 19:33:33 -08:00
parent 0073e7a69e
commit d4d16f1036
8 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -118,14 +118,14 @@ struct armv7a_algorithm
{
int common_magic;
enum armv4_5_mode core_mode;
enum arm_mode core_mode;
enum armv4_5_state core_state;
};
struct armv7a_core_reg
{
int num;
enum armv4_5_mode mode;
enum arm_mode mode;
struct target *target;
struct armv7a_common *armv7a_common;
};