diff options
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: |