diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-14 03:50:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-14 03:50:46 +0000 |
commit | 1e5d4e465c08386f5688842053fdfb4301dc4dd9 (patch) | |
tree | 2e6e868a84d4eb6a007e146c7966ab8453274c70 /sim/arm/ChangeLog | |
parent | fa1cb89ccc52f3e55a7de0d94b100cf3694f273e (diff) | |
download | gdb-1e5d4e465c08386f5688842053fdfb4301dc4dd9.zip gdb-1e5d4e465c08386f5688842053fdfb4301dc4dd9.tar.gz gdb-1e5d4e465c08386f5688842053fdfb4301dc4dd9.tar.bz2 |
Prevent Aborts from happening whilst emulating a SWI
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index ac6e453..a5820c3 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,10 @@ +2001-02-13 Nick Clifton <nickc@redhat.com> + + * armos.c (in_SWI_handler): New static variable. + (ARMul_OSHandleSWI): Set in_SWI_handler whilst emulating a SWI. + (ARMul_OSException): Ignore exceptions generated whilst emulating + a SWI. + 2001-02-12 Nick Clifton <nickc@redhat.com> * armemu.h (NEGBRANCH): Fix defintion. |