Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2005-10-20 17:32:35 +0400
committerJulian Brown <julian@codesourcery.com>2005-10-20 17:32:35 +0400
commit196c625e3325e76a46631d1de01d7f58ab74e54d (patch)
treedf968eb5ae1c295595e04bb8035f163a077b8f42
parent1c0c95dadc3a435a319eb77de9a95e68f1781a61 (diff)
* gdb/arm-tdep.c (submask, bit, bits, sbits): Move macro definitions.
(thumb_skip_prologue): Don't require frame pointer. Handle Thumb-2 prologue instructions. (thumb_get_insn): New function. Read a Thumb or Thumb-2 instruction from memory. (arm_skip_prologue): Change comment to include Thumb-2. (thumb2_modify_constant): New function. Perform the Thumb-2 12-bit immediate transformation. (thumb_scan_prologue): Handle Thumb-2 prologue instructions.
-rw-r--r--ChangeLog.csl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index f2bfb1afe..af1b6b359 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,15 @@
+2005-10-20 Julian Brown <julian@codesourcery.com>
+
+ * gdb/arm-tdep.c (submask, bit, bits, sbits): Move macro definitions.
+ (thumb_skip_prologue): Don't require frame pointer. Handle Thumb-2
+ prologue instructions.
+ (thumb_get_insn): New function. Read a Thumb or Thumb-2 instruction
+ from memory.
+ (arm_skip_prologue): Change comment to include Thumb-2.
+ (thumb2_modify_constant): New function. Perform the Thumb-2 12-bit
+ immediate transformation.
+ (thumb_scan_prologue): Handle Thumb-2 prologue instructions.
+
2005-10-20 Paul Brook <paul@codesourcery.com>
* arm-tdep.c (arm_iwmmxt_type): New.