diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-15 02:38:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-15 02:38:15 +0000 |
commit | 44e23e575b7a78c3c9a6a65f49abbf8f6abf52fb (patch) | |
tree | 8ff88fd7c95c08fea28e797654d579cc56369ddc /sim/arm/ChangeLog | |
parent | ad995491f834d95f3671f8fb96938be3f633f7de (diff) | |
download | gdb-44e23e575b7a78c3c9a6a65f49abbf8f6abf52fb.zip gdb-44e23e575b7a78c3c9a6a65f49abbf8f6abf52fb.tar.gz gdb-44e23e575b7a78c3c9a6a65f49abbf8f6abf52fb.tar.bz2 |
Add code to preserve processor mode when a prefetch
abort is signalled after processing a breakpoint.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 32e1056..4b1331a 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,5 +1,8 @@ 2001-02-14 Nick Clifton <nickc@redhat.com> + * armemu.c: Add code to preserve processor mode when a prefetch + abort is signalled after processing a breakpoint. + * wrapper.c (sim_create_inferior): Reset processor into ARM mode for any machine type except the early ARMs. |