diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-15 22:35:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-15 22:35:11 (GMT) |
commit | 5dbb4e6a9f0dcb75abf9e7abdc0d8a98f66af147 (patch) | |
tree | 29e2cf6110425e0d7804bc57d76dba32476a1efd /ChangeLog | |
parent | 293f9f24c6338b5d41dd8f613aefae6be9bdbfcb (diff) |
Restored the routine address resolution.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@96 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 09-07-16 Cyrille Bagard <nocbos@gmail.com> + * src/arch/immediate.c: + Fix types: uint64_t -> vmpa_t. + + * src/format/elf/e_elf.c: + * src/format/elf/e_elf.h: + Restore the routine address resolution. + + * src/format/elf/elf-int.h: + * src/format/elf/strings.c: + * src/format/elf/strings.h: + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Fix types: uint64_t -> vmpa_t. + +09-07-16 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: Remove a GCC warning and compute links for unverified conditions. |