summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-23 18:25:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-23 18:25:49 (GMT)
commitb17cecbb96055914ac3c085030ebd5ff0bc1d370 (patch)
tree22661b5205054aac357f281699e9e7297677edaf /ChangeLog
parent1b2ad075c4929cfc2b1efe9ff633a12c31dc7594 (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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4969bee..87f4450 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.