summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-08 09:28:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-08 09:28:16 (GMT)
commit904476ddf621d9513bf90a3fa396d2e6c1ea2952 (patch)
treef8966baa2ea80d2c2068a85b24ead1e651d17dc9 /ChangeLog
parent0153acaaf41e97477f6c484a92c2dd46f5122300 (diff)
Prepared to handle the DWARF debug format.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@15 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fd5aee..ea6ec80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: