summaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-12 11:15:22 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-12 11:15:22 +0000
commitae19d289cbaea5e67b975ca6eeeff1406ae879eb (patch)
tree49b0ffd02b53a906affc3d16883a8651067bc143 /sim/arm
parent0631650d4fc5394420fe2e94bdd14691b4d40963 (diff)
downloadgdb-ae19d289cbaea5e67b975ca6eeeff1406ae879eb.tar.gz
import gdb-1999-07-12 snapshot
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/ChangeLog1
-rw-r--r--sim/arm/armdefs.h1
-rw-r--r--sim/arm/armemu.c2
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 */