]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge commit 'origin/master' into pmachata/dwarflint
authorPetr Machata <pmachata@redhat.com>
Tue, 6 Jan 2009 16:18:47 +0000 (17:18 +0100)
committerPetr Machata <pmachata@redhat.com>
Tue, 6 Jan 2009 16:18:47 +0000 (17:18 +0100)
1  2 
src/ChangeLog

diff --cc src/ChangeLog
index 1e479a7ce8cc576ccca06a4eb9d40db70f1ecf0f,2e17b5440a2992aaa0171e7bd4e067af6e76251d..930e353b697b5f53c2b24f2ae6d75c61e5a0f0f6
@@@ -1,18 -1,24 +1,39 @@@
+ 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.