summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-26 13:44:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-26 13:44:28 (GMT)
commit78169fc7f8a7150cd22cfe80204cb2faaa991ba5 (patch)
treeba5bc17f43af044a408dbf07b9f70fffa5ec3bb8 /ChangeLog
parent4319c0ae542b60f225d0f6ce373fe8d2e5f1475d (diff)
Fixed the conversion of immediate operands to binary strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 841c7e1..1008968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
17-03-26 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/immediate.c:
+ Fix the conversion of immediate operands to binary strings.
+
+ * tests/arch/immediate.py:
+ New entry: add some tests for immediate operands.
+
+17-03-26 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/pychrysa/arch/Makefile.am:
Add the 'immediate.[ch]' and 'operand.[ch]' files to
libpychrysaarch_la_SOURCES.