summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-08-01 12:25:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-08-01 12:25:05 (GMT)
commit8725bd7f911369b04a507040256bf889517b377e (patch)
tree4c40501c0e5163ba5fb30207631f845ff8899df3 /ChangeLog
parent290f48b2c2008a3479cd1585eb04b89c5744f034 (diff)
Updated Itanium demangling by using the new contexts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@177 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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.