summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-12 22:10:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-12 22:10:09 (GMT)
commit2ddb5c26af896b10517a89abf0c9498c598b7697 (patch)
treeecc094327051f2b7ec5846879e31c5c13d7a9d97 /ChangeLog
parent9dad150aedfae6423f1166665d47674df51014d2 (diff)
Disabled the old way to disassemble instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44486bc..c83a6b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
16-01-12 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/Makefile.am:
+ Remove the 'artificial.[ch]' files from libarch_la_SOURCES.
+
+ * src/arch/artificial.c:
+ * src/arch/artificial.h:
+ Deleted entries. The features are provided by the 'raw.[ch]' files
+ for a while.
+
+ * src/arch/processor.c:
+ Disable the old way to disassemble instructions.
+
+16-01-12 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/disassembler.c:
Update code.