* dwarf.c (print_dwarf_vma): New function. Display the value of a
authorNick Clifton <nickc@redhat.com>
Tue, 29 Jan 2008 15:45:00 +0000 (15:45 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 29 Jan 2008 15:45:00 +0000 (15:45 +0000)
commit2d9472a2a1b649d0beedc86948c21b7d7ca32125
tree868fc3f7152c8467de46438449bfa4941856a7ff
parentc3940723cfe1cddb8d348e98e1a47f99d20389e8
* dwarf.c (print_dwarf_vma): New function.  Display the value of a
  dwarf_vma type at a specified precision.
  (display_debug_loc): Use dwarf_vma type for begin and end values.
  Use print_dwarf_vma to display their values.  Use byte_get_signed
  in order to correctly detect the -1 escape value.
  (display_debug_aranges): Likewise.
  (display_debug_ranges): Likewise.
binutils/ChangeLog
binutils/dwarf.c