diff options
author | Nick Clifton <nickc@redhat.com> | 2008-01-29 15:45:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-01-29 15:45:00 +0000 |
commit | 2d9472a2a1b649d0beedc86948c21b7d7ca32125 (patch) | |
tree | 868fc3f7152c8467de46438449bfa4941856a7ff /binutils/ChangeLog | |
parent | c3940723cfe1cddb8d348e98e1a47f99d20389e8 (diff) | |
download | gdb-2d9472a2a1b649d0beedc86948c21b7d7ca32125.zip gdb-2d9472a2a1b649d0beedc86948c21b7d7ca32125.tar.gz gdb-2d9472a2a1b649d0beedc86948c21b7d7ca32125.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <nickc@redhat.com> + + * 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 <amodra@bigpond.net.au> * dwarf.c (display_debug_loc): Correct test for base address |