diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-24 15:30:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-24 15:30:38 +0000 |
commit | 546aee7a22a519dca4d1efbcc33b0cb547328e35 (patch) | |
tree | c59ba95eab71da5e190c4e6840eb9214da9734a9 /sim/arm/ChangeLog | |
parent | 18d59ab9dda96ae2c7c052466d20b1d3f6f61b10 (diff) | |
download | gdb-546aee7a22a519dca4d1efbcc33b0cb547328e35.zip gdb-546aee7a22a519dca4d1efbcc33b0cb547328e35.tar.gz gdb-546aee7a22a519dca4d1efbcc33b0cb547328e35.tar.bz2 |
(handle_v6_thumb_insn): New function.
(ARMul_ThumbDecode): Call handle_v6_thumb_insn() when an undefined instruction
binary is encountered.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 1402584..e791416 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,9 @@ +2005-05-24 Nick Clifton <nickc@redhat.com> + + * thumbemu.c (handle_v6_thumb_insn): New function. + (ARMul_ThumbDecode): Call handle_v6_thumb_insn() when an undefined + instruction binary is encountered. + 2005-05-12 Nick Clifton <nickc@redhat.com> * Update the address and phone number of the FSF organization in |