diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-10-01 16:24:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-10-01 16:24:23 (GMT) |
commit | 7e5540029350ab7e69ee8f75c96fc3fbc9ad5751 (patch) | |
tree | 383a776617c3925207b81ecccae20c0171ca3f98 /ChangeLog | |
parent | 6784e2ad98fa62cb2e7ac10a30a602c296a7b266 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |