summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-24 12:44:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-24 12:44:56 (GMT)
commit7af746b641de4a8d6d99ceb2bfd7f77af824bbcf (patch)
tree0cc875d7ec3029667fdd540bc140b932e9a98497 /ChangeLog
parentb17cecbb96055914ac3c085030ebd5ff0bc1d370 (diff)
Registered found debug functions and handled the void type.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@20 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87f4450..ebdb7c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
-2008-08-22 Cyrille Bagard <nocbos@gmail.com>
+2008-08-24 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/format/dwarf/abbrev.c:
+ * src/format/dwarf/abbrev.h:
+ Remove old code. Add a function to test if an attribute exists.
+
+ * src/format/dwarf/dwarf-int.h:
+ Typo in the debug functions array definition.
+
+ * src/format/dwarf/info.c:
+ Clean the code. Register found debug functions. Handle the void type.
+
+2008-08-23 Cyrille Bagard <nocbos@gmail.com>
* src/format/dwarf/abbrev.c:
Support the DW_FORM_sdata and DW_FORM_udata values.