diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-08-23 18:25:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-08-23 18:25:49 (GMT) |
commit | b17cecbb96055914ac3c085030ebd5ff0bc1d370 (patch) | |
tree | 22661b5205054aac357f281699e9e7297677edaf /ChangeLog | |
parent | 1b2ad075c4929cfc2b1efe9ff633a12c31dc7594 (diff) |
Supported the structure and enumeration types.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@19 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-08-22 Cyrille Bagard <nocbos@gmail.com> + * src/format/dwarf/abbrev.c: + Support the DW_FORM_sdata and DW_FORM_udata values. + + * src/format/dwarf/info.c: + Support the structure and enumeration types. + +2008-08-22 Cyrille Bagard <nocbos@gmail.com> + * src/binary.c: Skip the GUI display. |