diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-17 20:29:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-17 20:29:23 (GMT) |
commit | 13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (patch) | |
tree | ebc36a94dfb64854550bc8bd07080357476b7c4a /ChangeLog | |
parent | 2dd2099b9f4d238aa7804e07bc594b5fba06e813 (diff) |
Removed the broken support of the MIPS architecture.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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. |