Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils
authorUlrich Drepper <drepper@redhat.com>
Fri, 6 Feb 2009 06:09:34 +0000 (22:09 -0800)
committerUlrich Drepper <drepper@redhat.com>
Fri, 6 Feb 2009 06:09:34 +0000 (22:09 -0800)
Conflicts:
TODO
src/ChangeLog

1  2 
TODO
src/ChangeLog
src/readelf.c

diff --cc TODO
--- 1/TODO
--- 2/TODO
+++ b/TODO
@@@ -1,7 -1,7 +1,7 @@@
                      ToDo list for elfutils                      -*-outline-*-
                        ----------------------
  
- Time-stamp: <2009-01-26 13:07:11 drepper>
 -Time-stamp: <2009-02-05 21:40:59 drepper>
++Time-stamp: <2009-02-05 22:08:01 drepper>
  
  * mkinstalldirs
  
diff --cc src/ChangeLog
@@@ -1,24 -1,12 +1,33 @@@
 +2009-02-05  Ulrich Drepper  <drepper@redhat.com>
 +
 +      * readelf.c (print_cfa_program): Correct a few labels.
 +
 +2009-02-01  Ulrich Drepper  <drepper@redhat.com>
 +
 +      * objdump.c (show_relocs_rel, show_relocs_rela): Split common parts
 +      into ...
 +      (show_relocs_x): ...here.  New function.
 +      (show_relocs): Better spacing in output.
 +
 +      * objdump.c (show_relocs_rela): Show offsets as signed values.
 +
 +      * ar.c (main): Fix recognition of invalid modes for a, b, i modifiers.
 +      Improve some error messages.
 +      Use program_invocation_short_name instead of AR macro.
 +      * Makefile.am (CFLAGS_ar): Remove.
 +      * elflint.c (parse_opt): ARGP_HELP_EXIT_ERR does nothing for argp_help.
 +      * objdump.c (parse_opt): Likewise.
 +      * readelf.c (parse_opt): Likewise.
 +
+ 2009-01-27  Roland McGrath  <roland@redhat.com>
+       * readelf.c (print_ops): Notice short length, don't overrun buffer
+       (still need to fix LEB128).
+       * readelf.c (print_ops): Fix DW_OP_call[24] decoding.
+       * readelf.c (print_ops): Print (empty)\n when LEN == 0.
  2009-01-24  Ulrich Drepper  <drepper@redhat.com>
  
        * readelf.c (print_debug_frame_section): Fix computation of vma_base
diff --cc src/readelf.c
Simple merge