diff options
author | Nick Clifton <nickc@redhat.com> | 2008-01-29 16:36:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-01-29 16:36:33 +0000 |
commit | 2e14fae29a88badc00f7707721f1fdf551391919 (patch) | |
tree | 4ccbc98a12a4ecef62fc575641e3d5543a9727db /binutils/ChangeLog | |
parent | c55a82bb3c2419caa36768233704e9ef424aff36 (diff) | |
download | gdb-2e14fae29a88badc00f7707721f1fdf551391919.zip gdb-2e14fae29a88badc00f7707721f1fdf551391919.tar.gz gdb-2e14fae29a88badc00f7707721f1fdf551391919.tar.bz2 |
* dwarf.c (print_dwarf_vma): Use mingw field type specified if necessary.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 77bc27f..541e37d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,7 +1,8 @@ 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. + dwarf_vma type at a specified precision. Use mingw field type + specified if necessary. (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. |