aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2012-02-15 18:32:30 +0000
committerCary Coutant <ccoutant@google.com>2012-02-15 18:32:30 +0000
commit74bc605283c5673b8742d3d60804d68d933b56e6 (patch)
treed3abff3108eae3fddb1b803edbf925abe0456669 /binutils/ChangeLog
parent10010058f222196d4dbc3866f33fbaf0bb5de3e2 (diff)
downloadgdb-74bc605283c5673b8742d3d60804d68d933b56e6.zip
gdb-74bc605283c5673b8742d3d60804d68d933b56e6.tar.gz
gdb-74bc605283c5673b8742d3d60804d68d933b56e6.tar.bz2
* dwarf.c (dwarf_vmatoa64): New function.
(read_and_display_attr_value): Print 8-byte forms as single hex numbers. (process_debug_info): Print type signatures as single hex numbers. * elfcomm.c (byte_get_64): New function. * elfcomm.h (byte_get_64): New function.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 261684e..577dd6f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,12 @@
+2012-02-14 Cary Coutant <ccoutant@google.com>
+
+ * dwarf.c (dwarf_vmatoa64): New function.
+ (read_and_display_attr_value): Print 8-byte forms as single hex
+ numbers.
+ (process_debug_info): Print type signatures as single hex numbers.
+ * elfcomm.c (byte_get_64): New function.
+ * elfcomm.h (byte_get_64): New function.
+
2012-02-11 Kai Tietz <ktietz@redhat.com>
PR binutils/13657