OSDN Git Service

PR binutils/6483
authornickc <nickc>
Thu, 12 Jun 2008 11:57:39 +0000 (11:57 +0000)
committernickc <nickc>
Thu, 12 Jun 2008 11:57:39 +0000 (11:57 +0000)
commitc1d04b24a749f7c270bfd24b5f854db3035e08d3
tree4fc8f7081f1227c4f5b9ffc23718ae73f4d4c599
parent27fa840ded2a17cc62973595bb3b3ab9036483f6
    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