diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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: |