diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-10-29 20:14:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-10-29 20:14:05 (GMT) |
commit | 8a30afc05eed869865ba4dc9c107119f7ec00fe4 (patch) | |
tree | 18743934be1c2355c99788e49efb7a7a43e335f1 /ChangeLog | |
parent | 2e5893f9261ba59e06fadcc6ddfa9a1253e286b3 (diff) |
Do not relied on section names anymore.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@39 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2008-10-29 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/op_call.c: + Save the type (AIT_CALL) of all kinds of 'call' instruction. + + * src/format/elf/e_elf.c: + Update calls to the functions handling the sections. + + * src/format/elf/elf-int.h: + Move the ELF section header wrapper to section.h. + + * src/format/elf/section.c: + * src/format/elf/section.h: + Rewrite the way to look for given sections. + + * src/format/elf/strings.c: + * src/format/elf/symbol.c: + Do not rely on section names anymore. + 2008-10-27 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/instruction.h: |