diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-20 12:25:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-20 12:25:07 +0000 |
commit | f603c8fe448b391b8356fae23c3a0e6242fa76b5 (patch) | |
tree | 4830355da7b24008504d920656321635faa3b6f9 /sim/arm/armdefs.h | |
parent | c25cfdf8a2f50b03f4d532cfb70eecc038053a71 (diff) | |
download | gdb-f603c8fe448b391b8356fae23c3a0e6242fa76b5.zip gdb-f603c8fe448b391b8356fae23c3a0e6242fa76b5.tar.gz gdb-f603c8fe448b391b8356fae23c3a0e6242fa76b5.tar.bz2 |
Add Cirrus Maverick support to arm simulator
Diffstat (limited to 'sim/arm/armdefs.h')
-rw-r--r-- | sim/arm/armdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/arm/armdefs.h b/sim/arm/armdefs.h index fde3125..0f25222 100644 --- a/sim/arm/armdefs.h +++ b/sim/arm/armdefs.h @@ -135,6 +135,7 @@ struct ARMul_State unsigned is_v5; /* Are we emulating a v5 architecture ? */ unsigned is_v5e; /* Are we emulating a v5e architecture ? */ unsigned is_XScale; /* Are we emulating an XScale architecture ? */ + unsigned is_ep9312; /* Are we emulating a Cirrus Maverick co-processor ? */ unsigned verbose; /* Print various messages like the banner */ }; @@ -162,6 +163,7 @@ struct ARMul_State #define ARM_v5_Prop 0x80 #define ARM_v5e_Prop 0x100 #define ARM_XScale_Prop 0x200 +#define ARM_ep9312_Prop 0x400 /***************************************************************************\ * Macros to extract instruction fields * |