OSDN Git Service

* dwarf.c (print_dwarf_vma): New function. Display the value of a
authornickc <nickc>
Tue, 29 Jan 2008 15:45:00 +0000 (15:45 +0000)
committernickc <nickc>
Tue, 29 Jan 2008 15:45:00 +0000 (15:45 +0000)
commitcb9136c7af30a280c8019e1f3a84229767a7acfe
treeac3bef09758a6be80e6dbfac634704e771a419a5
parent2ce9065cfcff80e3854811452561da0961bff81a
* 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