summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2013-05-15 16:36:38 +0000
committerCary Coutant <ccoutant@google.com>2013-05-15 16:36:38 +0000
commit594f19cd071cd167f1c7333bcbdaaee75654acdd (patch)
tree50a236093d0ddf994c3981d2f748652eb86a1910 /binutils/ChangeLog
parent93f74b2b7837d74a5e90c65a78740958e490d975 (diff)
downloadbinutils-redhat-594f19cd071cd167f1c7333bcbdaaee75654acdd.tar.gz
binutils/
* dwarf.c (SAFE_BYTE_GET64): Correct end-of-buffer check; don't increment PTR. (decode_location_expression): DW_OP_const2u should read 2 bytes. (display_debug_lines_decoded): Adjust formatting. * elfcomm.c (byte_get_little_endian): Add cases for 5-, 6-, and 7-byte reads. (byte_get_big_endian): Likewise. (byte_get_signed): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 685900557e..fa6abb5217 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+2013-05-15 Cary Coutant <ccoutant@google.com>
+
+ * dwarf.c (SAFE_BYTE_GET64): Correct end-of-buffer check;
+ don't increment PTR.
+ (decode_location_expression): DW_OP_const2u should read 2 bytes.
+ (display_debug_lines_decoded): Adjust formatting.
+ * elfcomm.c (byte_get_little_endian): Add cases for 5-, 6-, and
+ 7-byte reads.
+ (byte_get_big_endian): Likewise.
+ (byte_get_signed): Likewise.
+
2013-05-09 Andrew Pinski <apinski@cavium.com>
* doc/binutils.texi: Document -Mvirt disassembler option.