PR binutils/6483
commit7b269d94a3539d628ea6172662d7f3bd9079b0ec
authorNick Clifton <nickc@redhat.com>
Thu, 12 Jun 2008 11:57:40 +0000 (12 11:57 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 12 Jun 2008 11:57:40 +0000 (12 11:57 +0000)
tree27946e8086d82b795b4b16ddc0f45fb363a36855
parent1e3ba48c50f32d34c90f1d1ba8f4159560f1ab42
    PR binutils/6483
        * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
        debug information to display, try dumping DWARF information
        instead.
        * rddbg.c (read_debugging_info): Add a parameter to suppress the
        display of a warning message when no debug information is found.
        * budbg.h (read_debugging_info): Update prototype.
        * objcopy.c (copy_object): Continue to allow read_debugging_info
        to produce warning messages.
        * doc/binutils.texi (--debugging): Document new behaviour of the
        -g/--debugging option.
binutils/ChangeLog
binutils/budbg.h
binutils/doc/binutils.texi
binutils/objcopy.c
binutils/objdump.c
binutils/rddbg.c