summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-01-04 18:33:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-01-04 18:33:12 (GMT)
commit639a993fd7400f95eb09ec69d89f227ef41b2865 (patch)
treeeafdac2dce4c63e95a6d82542968736e9e1231c6 /ChangeLog
parent0f571c20444dbb5d8d8d0fa46a69b31cb89f9583 (diff)
Disabled lots of debug messages and fixed some symbols related bugs.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@447 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf7c4f8..a3949f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+15-01-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ Disable lots of debug messages.
+
+ * src/analysis/disass/disassembler.c:
+ Disable an old function using removed symbols.
+
+ * src/arch/arm/v7/link.c:
+ Disable lots of debug messages.
+
+ * src/arch/instruction.h:
+ Declare GBinFormat without including the right header (circular reference).
+
+ * src/format/symbol.h:
+ Ensure all symbols are declared ; this fix some sign extension bugs.
+
+ * src/gui/panels/bookmarks.c:
+ Disable an temporary function using removed symbols.
+
14-12-31 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c: