summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2a4941..68d31c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: