diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-08-01 00:56:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-08-01 00:56:47 (GMT) |
commit | 290f48b2c2008a3479cd1585eb04b89c5744f034 (patch) | |
tree | c9d1eae9a08884de9ee8fe31cbd7756f8e1ca298 /ChangeLog | |
parent | 73af1bd66e5d1a2e30d56151532710f2b28d12df (diff) |
Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction size.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@176 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,3 +1,59 @@ +10-08-01 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/artificial.c: + Destroy the instruction on loading error. + + * src/arch/dalvik/operand.c: + * src/arch/mips/operand.c: + Update code. + + * src/arch/operand.h: + Delete the 'AsmOperandSize' definition (use MemoryDataSize instead). + + * src/arch/x86/op_adc.c: + * src/arch/x86/op_add.c: + * src/arch/x86/op_and.c: + * src/arch/x86/op_arpl.c: + * src/arch/x86/op_call.c: + * src/arch/x86/op_cmp.c: + * src/arch/x86/op_dec.c: + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + * src/arch/x86/op_inc.c: + * src/arch/x86/op_int.c: + * src/arch/x86/op_jump.c: + * src/arch/x86/op_lea.c: + * src/arch/x86/op_mov.c: + * src/arch/x86/op_movs.c: + * src/arch/x86/op_movsx.c: + * src/arch/x86/op_movzx.c: + * src/arch/x86/op_mul.c: + * src/arch/x86/op_not.c: + * src/arch/x86/op_or.c: + * src/arch/x86/op_pop.c: + * src/arch/x86/op_push.c: + * src/arch/x86/op_rcl.c: + * src/arch/x86/op_rcr.c: + * src/arch/x86/op_rol.c: + * src/arch/x86/op_ror.c: + * src/arch/x86/op_sar.c: + * src/arch/x86/op_sbb.c: + * src/arch/x86/op_shl.c: + * src/arch/x86/op_shr.c: + * src/arch/x86/op_stos.c: + * src/arch/x86/op_sub.c: + * src/arch/x86/op_test.c: + * src/arch/x86/op_xchg.c: + * src/arch/x86/op_xor.c: + Update code. + + * src/arch/x86/processor.c: + Set the x86 minimal instruction size. Update code. + + * src/arch/x86/processor.h: + * src/arch/x86/registers.c: + Update code. + 10-07-29 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |