summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-11-27 22:23:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-11-27 22:23:05 (GMT)
commit7a8628a53e55641e31737fe10b6ed7b5498e84a7 (patch)
tree4fb8d2431258bcca4bdf7a74eb4660e3df3e84bd /ChangeLog
parentb2b43b80eb207fabc8eb5e08798f120f0dd5541e (diff)
Fixed binary string format in immediate operands.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@612 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc012e7..ed92b9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
15-11-27 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/arm/v7/processor.c:
+ Typo.
+
+ * src/arch/immediate.c:
+ Fix binary string format in immediate operands.
+
+ * src/arch/raw.c:
+ * src/arch/raw.h:
+ Remove old code.
+
+ * src/common/asm.c:
+ * src/common/asm.h:
+ Compute the first set bit in 64bit words.
+
+15-11-27 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/fetch.c:
Disable old code.