aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-25 18:01:58 +0000
committerNick Clifton <nickc@redhat.com>2011-03-25 18:01:58 +0000
commit767221a942ad58542d6f5656433dbd07c65ae79f (patch)
tree2c2ee8ab5d6762fc1a09037160a09ba0a3844925 /binutils/ChangeLog
parent49e7b350197b0b63e4996247872da3bc86a2dc16 (diff)
downloadgdb-767221a942ad58542d6f5656433dbd07c65ae79f.zip
gdb-767221a942ad58542d6f5656433dbd07c65ae79f.tar.gz
gdb-767221a942ad58542d6f5656433dbd07c65ae79f.tar.bz2
* dwarf.c (decode_location_expression): Use dwarf_vmatoa
function to display DW_OP_addr OP. (process_debug_info): Use dwarf_vma type for local variables length and type_offset.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3565cf1..5af068b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -2,6 +2,10 @@
* dwarf.c (process_debug_info): Use offset_size to determine
the bit-size of the computation unit's offset.
+ (decode_location_expression): Use dwarf_vmatoa function to display
+ DW_OP_addr OP.
+ (process_debug_info): Use dwarf_vma type for local variables
+ length and type_offset.
2011-03-25 Michael Snyder <msnyder@vmware.com>