diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-11-16 23:16:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-11-16 23:16:47 (GMT) |
commit | 3d6e959ad3e56681ba39bd8f0a003b8a1aff132c (patch) | |
tree | 9a8c7608f60d05c8b968f443567fc77825fff8ff /ChangeLog | |
parent | 12b4201890b4b2eefffaa6615b4b3076253dff6f (diff) |
Took care of signed immediate values as well as unsigned ones.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@42 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |