diff options
author | Cary Coutant <ccoutant@google.com> | 2013-05-15 16:36:38 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-05-15 16:36:38 +0000 |
commit | 87bc83b328c32e82623df4c7689304c277106a3e (patch) | |
tree | b1b0463d19c323acd605597f68bf1d09ad4b3aba /binutils/ChangeLog | |
parent | af880d85b8ba82c4cd3bfc987df6f8ae85ebb917 (diff) | |
download | gdb-87bc83b328c32e82623df4c7689304c277106a3e.zip gdb-87bc83b328c32e82623df4c7689304c277106a3e.tar.gz gdb-87bc83b328c32e82623df4c7689304c277106a3e.tar.bz2 |
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/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6859005..fa6abb5 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. |