summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea6ec80..6971ba6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-08-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/format/dwarf/abbrev.c:
+ * src/format/dwarf/abbrev.h:
+ Read all the DWARF abbreviations.
+
+ * src/format/dwarf/dwarf_def.h:
+ * src/format/dwarf/dwarf-int.h:
+ Refine the DWARF internals.
+
+ * src/format/dwarf/Makefile.am:
+ Add abbrev.[ch], dwarf_def.h and utils.[ch] to libformatdwarf_a_SOURCES.
+
+ * src/format/dwarf/utils.c:
+ * src/format/dwarf/utils.h:
+ Add a function to read LEB128 numbers, for convenience.
+
2008-08-08 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: