OSDN Git Service

* 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)
commit14201cd770636fc9d06f792e6d7b9d783e8a4531
tree47ad8db2a9711b5fb74be1454c72d6386c4d9768
parent58b18c4ae9eeed4fcbbfd277550b3fb825545058
* 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