summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-10-01 16:24:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-10-01 16:24:23 (GMT)
commit7e5540029350ab7e69ee8f75c96fc3fbc9ad5751 (patch)
tree383a776617c3925207b81ecccae20c0171ca3f98 /ChangeLog
parent6784e2ad98fa62cb2e7ac10a30a602c296a7b266 (diff)
Fixed the support of ELF internal arrays.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@583 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb8407c..49c6f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
15-10-01 Cyrille Bagard <nocbos@gmail.com>
+ * src/format/elf/symbols.c:
+ Fix the support of ELF internal arrays.
+
+15-10-01 Cyrille Bagard <nocbos@gmail.com>
+
* src/format/dex/dex.c:
Provide the real number of loaded classes instead of 0.