summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-16 23:46:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-16 23:46:51 (GMT)
commit8ff010a34762737016624a68f593d0e6736d4349 (patch)
treeefcf9b65483ba94dd93d6c6a7227706424160c10 /ChangeLog
parente4b56188b664e6b986733d456e6a0ea9b2da6d53 (diff)
Tracked the ARM/Thumb areas in a clever way with levels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ba3351..31dca7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+15-12-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/arm/context.c:
+ Fix a bug: the last byte is included in the decoding area.
+
+ * src/arch/arm/v7/context.c:
+ * src/arch/arm/v7/context.h:
+ Clean the code. Track the ARM/Thumb areas in a clever way with levels.
+ Fix a bug about overwritten encodings.
+
+ * src/arch/arm/v7/fetch.c:
+ Update calls. Remove some useless hard-coded limits.
+
+ * src/arch/context-int.h:
+ * src/arch/context.c:
+ * src/arch/context.h:
+ Allow to provide extra arguments when pushing new points to disassemble.
+
+ * src/format/format.c:
+ Update calls.
+
15-12-16 Cyrille Bagard <nocbos@gmail.com>
* src/arch/vmpa.c: