OSDN Git Service

(DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
authorNick Clifton <nickc@redhat.com>
Mon, 14 Jan 2008 14:53:47 +0000 (14:53 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Jan 2008 14:53:47 +0000 (14:53 +0000)
commit07e592b976eef0f774a7deb26a526e335e37af05
tree3230ed8ac7a7d58c1e8d771482166070e6d89082
parent9ee7a1ec18661b3c8f8c039dfdea34ef3e8ee9a7
    (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
        when the .debug_info section could not be loaded/parsed.
        (process_debug_info): Display the length of the compilation unit
        in hex, so that it corresponds with the offsets that will follow.
        Tell the user if the length was 32-bit or 64-bit.
        If a DIE abbreviation could not be found, tell the user the offset
        of the DIE.
        (free_debug_memory): Do not attempt to free any entries in the
        debug_information array if num_debug_info_entries is set to
        DEBUG_INFO_UNAVAILABLE.
binutils/ChangeLog
binutils/dwarf.c