summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-17 20:29:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-17 20:29:23 (GMT)
commit13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (patch)
treeebc36a94dfb64854550bc8bd07080357476b7c4a /ChangeLog
parent2dd2099b9f4d238aa7804e07bc594b5fba06e813 (diff)
Removed the broken support of the MIPS architecture.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 234df1a..2d869e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
18-01-17 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/mips/Makefile.am:
+ * src/arch/mips/instruction.c:
+ * src/arch/mips/instruction.h:
+ * src/arch/mips/op_add.c:
+ * src/arch/mips/op_and.c:
+ * src/arch/mips/op_branch.c:
+ * src/arch/mips/op_jump.c:
+ * src/arch/mips/op_load.c:
+ * src/arch/mips/op_nop.c:
+ * src/arch/mips/op_sr.c:
+ * src/arch/mips/op_store.c:
+ * src/arch/mips/op_sub.c:
+ * src/arch/mips/opcodes.h:
+ * src/arch/mips/operand.c:
+ * src/arch/mips/operand.h:
+ * src/arch/mips/processor.c:
+ * src/arch/mips/processor.h:
+ * src/arch/mips/registers.c:
+ * src/arch/mips/registers.h:
+ Deleted entries: remove the broken support of the MIPS architecture.
+
+18-01-17 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/arm/v7/processor.c:
* plugins/dalvik/processor.c:
Update code.