diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +2008-07-31 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/operand.c: + * src/arch/operand.h: + Read relative immediate operands. + + * src/arch/operand-int.h: + Typo. + + * src/arch/processor.c: + * src/arch/processor.h: + Update the code: use the virtual offset. + + * src/arch/processor-int.h: + * src/arch/x86/instruction.h: + Support new instructions: X86_OP_PUSH_IMM(32|16) and X86_OP_CALL. + + * src/arch/x86/Makefile.am: + Add op_call.c to libarchx86_a_SOURCES. + + * src/arch/x86/op_call.c: + New entry: Handle the virtual offset ; fix the operand-size overriding. + + * src/arch/x86/opcodes.h: + * src/arch/x86/op_dec.c: + * src/arch/x86/op_hlt.c: + * src/arch/x86/op_inc.c: + * src/arch/x86/op_int.c: + * src/arch/x86/op_mov.c: + * src/arch/x86/op_nop.c: + Handle the virtual offset ; fix the operand-size overriding. + + * src/arch/x86/op_pop.c: + * src/arch/x86/op_push.c: + Handle the virtual offset ; fix the operand-size overriding. + Handle immediate values. + + * src/arch/x86/processor.c: + * src/arch/x86/processor.h: + Handle the virtual offset ; fix the operand-size overriding. + + * src/binary.c: + Provide the virtual offset when decoding. + + * src/format/elf/format_elf.c: + * src/format/elf/format_elf.h: + Provide the virtual offset when reading ELF. + 2008-07-30 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/instruction.h: |