diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-08-10 12:25:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-08-10 12:25:22 (GMT) |
commit | a13b6baeeea114919d0e9eb25e35657b144437dc (patch) | |
tree | 8b22b991f2424b83db81ecc1ac063c5949adfb0b /ChangeLog | |
parent | 904476ddf621d9513bf90a3fa396d2e6c1ea2952 (diff) |
Read all the DWARF abbreviations.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@16 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |