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 7fe4a05..67dd831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
10-08-01 Cyrille Bagard <nocbos@gmail.com>
+ * src/format/elf/helper_x86.c:
+ Print more warnings on decoding failures.
+
+ * src/format/mangling/context.c:
+ * src/format/mangling/context.h:
+ * src/format/mangling/context-int.h:
+ * src/format/mangling/demangler.c:
+ * src/format/mangling/demangler.h:
+ * src/format/mangling/itanium_gram.y:
+ * src/format/mangling/itanium.h:
+ Update Itanium demangling by using the new contexts.
+
+ * src/main.c:
+ Update code.
+
+10-08-01 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/artificial.c:
Destroy the instruction on loading error.