diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ 10-04-05 Cyrille Bagard <nocbos@gmail.com> + * src/format/elf/elf.c: + * src/format/elf/elf_def.h: + * src/format/elf/elf-int.c: + * src/format/elf/elf-int.h: + * src/format/elf/helper_x86.c: + Reorganize the ELF header (32 or 64 bits). + + * src/format/elf/Makefile.am: + Add the program.[ch] files to libformatelf_la_SOURCES. + + * src/format/elf/program.c: + * src/format/elf/program.h: + New entries: provide program header relative functions. + + * src/format/elf/section.c: + * src/format/elf/strings.c: + Reorganize the ELF header (32 or 64 bits). + +10-04-05 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Support some extra opcodes : popa and arpl. |