diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2008-08-01 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.h: + Register the new opcodes. + + * src/arch/x86/Makefile.am: + Add op_(leave|ret).c to libarchx86_a_SOURCES. + + * src/arch/x86/opcodes.h: + Register the new opcodes. + + * src/arch/x86/op_leave.c: + * src/arch/x86/op_ret.c: + New entries: handle the 'leave' and 'ret' opcodes. + + * src/arch/x86/processor.c: + Register the new opcodes. Avoid wrong warning messages. + 2008-07-31 Cyrille Bagard <nocbos@gmail.com> * src/arch/operand.c: |