summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-14 21:04:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-14 21:04:54 (GMT)
commit1399ca35405f64fe5be71c8aa4723c759873b992 (patch)
tree006c7d2ace62eb7c02b956d85138ae1e36078f02 /ChangeLog
parentae0135d727fdc67a268ede1530042a42a2a1ccd3 (diff)
Stored the size of the routines (x86 only).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@77 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b0507a..faf6ecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
09-06-14 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/prototype.c:
+ * src/analysis/prototype.h:
+ * src/format/elf/e_elf.c:
+ * src/format/elf/elf-int.h:
+ * src/format/elf/symbol.c:
+ Store the size of the routines (x86 only).
+
+09-06-14 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/binary.c:
Update the call to g_rendering_line_find_by_(offset|address).