summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 375be3e..75dd22f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
09-07-16 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/immediate.c:
+ Fix types: uint64_t -> vmpa_t.
+
+ * src/format/elf/e_elf.c:
+ * src/format/elf/e_elf.h:
+ Restore the routine address resolution.
+
+ * src/format/elf/elf-int.h:
+ * src/format/elf/strings.c:
+ * src/format/elf/strings.h:
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ * src/format/exe_format-int.h:
+ Fix types: uint64_t -> vmpa_t.
+
+09-07-16 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/binary.c:
Remove a GCC warning and compute links for unverified conditions.