From: Ulrich Drepper Date: Fri, 6 Feb 2009 06:09:34 +0000 (-0800) Subject: Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils X-Git-Tag: elfutils-0.140~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04af01862b5bcee6e0355913143f032efc016331;p=thirdparty%2Felfutils.git Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils Conflicts: TODO src/ChangeLog --- 04af01862b5bcee6e0355913143f032efc016331 diff --cc TODO index 2221b2e54,7f29abaa5..0012a5664 --- a/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 index 71a6da2fa,af4e61ec5..287ead386 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,24 -1,12 +1,33 @@@ +2009-02-05 Ulrich Drepper + + * readelf.c (print_cfa_program): Correct a few labels. + +2009-02-01 Ulrich Drepper + + * 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 + + * 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 * readelf.c (print_debug_frame_section): Fix computation of vma_base