+ 2009-01-06 Ulrich Drepper <drepper@redhat.com>
+
+ * readelf.c: Implement call frame debug section dumping.
+
+ 2009-01-01 Ulrich Drepper <drepper@redhat.com>
+
+ * addr2line.c: Update copyright year.
+ * ar.c: Likewise.
+ * elfcmp.c: Likewise.
+ * elflint.c: Likewise.
+ * findtextrel.c: Likewise.
+ * ld.c: Likewise.
+ * nm.c: Likewise.
+ * objdump.c: Likewise.
+ * ranlib.c: Likewise.
+ * readelf.c: Likewise.
+ * size.c: Likewise.
+ * strings.c: Likewise.
+ * strip.c: Likewise.
+ * unstrip.c: Likewise.
+
+2009-01-01 Petr Machata <pmachata@redhat.com>
+
+ * dwarflint.c: Tweaks across the code:
+ - Memory allocation now done with xrealloc, xcalloc functions. As
+ a consequence, backoff for out of memory conditions was turned off.
+ - Coding style was improved on many places.
+ - Abbrev tag and name validation changed, everything up to the
+ hi_user is now accepted.
+ - Ambiguous references to NULL DIEs and Abbrevs were changed to
+ explicitly mention DIE with zero code and similar.
+
+2008-12-15 Petr Machata <pmachata@redhat.com>
+
+ * dwarflint.c: New file.
+
2008-12-11 Roland McGrath <roland@redhat.com>
* nm.c (sym_name): New function.