diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -1,3 +1,53 @@ +2008-08-08 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add src/format/dwarf/Makefile to the list of files to create. + + * src/binary.c: + Update the way data is loaded. + + * src/format/dbg_format.c: + * src/format/dbg_format.h: + * src/format/dbg_format-int.h: + New entries: define a generic interface for debug formats. + + * src/format/dwarf/abbrev.c: + * src/format/dwarf/abbrev.h: + * src/format/dwarf/d_dwarf.c: + * src/format/dwarf/d_dwarf.h: + * src/format/dwarf/dwarf-int.h: + * src/format/dwarf/Makefile.am: + New entries: prepare to handle the DWARF debug format. + + * src/format/elf/e_elf.c: + * src/format/elf/e_elf.h: + * src/format/elf/elf-int.h: + New entries: better handle the ELF format. + + * src/format/elf/format_elf.c: + * src/format/elf/format_elf.h: + Deleted entries: renamed to e_elf.[ch]. + + * src/format/elf/Makefile.am: + Add e_elf.[ch], elf-int.h and section.[ch] to libformatelf_a_SOURCES. + Remove format_elf.[ch]. + + * src/format/elf/section.c: + * src/format/elf/section.h: + New entries: read sections in an ELF file. + + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + New entries: define a generic interface for executable formats. + + * src/format/Makefile.am: + Add dwarf to SUBDIRS and exe_format.[ch], exe_format-int.h, + dbg_format.[ch], dbg_format-int.h to libformat_a_SOURCES. + + * src/Makefile.am: + Add format/libformat.a and format/dwarf/libformatdwarf.a to openida_LDADD. + 2008-08-05 Cyrille Bagard <nocbos@gmail.com> * src/gtksnippet.c: |