diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-12 11:15:22 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-12 11:15:22 +0000 |
commit | ae19d289cbaea5e67b975ca6eeeff1406ae879eb (patch) | |
tree | 49b0ffd02b53a906affc3d16883a8651067bc143 /sim/arm | |
parent | 0631650d4fc5394420fe2e94bdd14691b4d40963 (diff) | |
download | gdb-ae19d289cbaea5e67b975ca6eeeff1406ae879eb.tar.gz |
import gdb-1999-07-12 snapshot
Diffstat (limited to 'sim/arm')
-rw-r--r-- | sim/arm/ChangeLog | 1 | ||||
-rw-r--r-- | sim/arm/armdefs.h | 1 | ||||
-rw-r--r-- | sim/arm/armemu.c | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index db62bb2edc4..1ec771b32cf 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,4 @@ + 1999-05-08 Felix Lee <flee@cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/arm/armdefs.h b/sim/arm/armdefs.h index 1e1f3527dd7..1d832bc1b69 100644 --- a/sim/arm/armdefs.h +++ b/sim/arm/armdefs.h @@ -30,7 +30,6 @@ typedef char * VoidStar ; #endif typedef unsigned long ARMword ; /* must be 32 bits wide */ - typedef struct ARMul_State ARMul_State ; typedef unsigned ARMul_CPInits(ARMul_State *state) ; diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c index 36b7bba4d10..fa994e06c2e 100644 --- a/sim/arm/armemu.c +++ b/sim/arm/armemu.c @@ -464,6 +464,7 @@ ARMword ARMul_Emulate26(register ARMul_State *state) if (temp) { /* if the condition codes don't match, stop here */ mainswitch: + switch ((int)BITS(20,27)) { /***************************************************************************\ @@ -877,6 +878,7 @@ mainswitch: break ; case 0x10 : /* TST reg and MRS CPSR and SWP word */ + #ifdef MODET if (BITS(4,11) == 0xB) { /* STRH register offset, no write-back, down, pre indexed */ |