From 2d9472a2a1b649d0beedc86948c21b7d7ca32125 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 29 Jan 2008 15:45:00 +0000 Subject: * 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 60ec244..77bc27f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2008-01-29 Nick Clifton + + * 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. + 2008-01-29 Alan Modra * dwarf.c (display_debug_loc): Correct test for base address -- cgit v1.1