diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2008-11-17 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/operand-int.h: + * src/arch/x86/operand.c: + Take care of signed immediate values as well as unsigned ones. + + * src/arch/x86/processor.c: + Replace 'value' by 'unsigned_imm'. + + * src/format/elf/symbol.c: + Replace AOS_64_BITS by AOS_64_BITS_UNSIGNED. + 2008-11-10 Cyrille Bagard <nocbos@gmail.com> * src/arch/instruction.c: |