diff options
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. |