summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-18 15:41:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-18 15:41:02 (GMT)
commit3a9fe39c6a8923f45e7c96d80b0bfe52b8686ff9 (patch)
tree30c3bfa3df145a74d3237513b9eb6dc5559d32be /ChangeLog
parent10105a5f877fd2c6d1e67343956269f1b19a5133 (diff)
Computed the end of routines with no limit.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@98 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67b76b1..01a22cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+09-07-18 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Compute the end of routines with no limit.
+
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ Look for a code line in a list of lines.
+
+ * src/analysis/prototype.c:
+ * src/analysis/prototype.h:
+ Compare routines for qsort().
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/instruction-int.h:
+ * src/arch/x86/instruction.c:
+ Add a function which tells if an instruction is a return from a call.
+
+ * src/format/elf/symbol.c:
+ Clean the code. Only match with real functions when loading symbols.
+
09-07-16 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkgraphview.c: