gdb and binutils branch master updated. 503a609192b5d13905b40969ea82c62a72b576e0
ccoutant@sourceware.org
ccoutant@sourceware.org
Tue Feb 11 19:34:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 503a609192b5d13905b40969ea82c62a72b576e0 (commit)
from dd0c4e70fe4d9a91132523a64a5c6e67cce07faf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=503a609192b5d13905b40969ea82c62a72b576e0
commit 503a609192b5d13905b40969ea82c62a72b576e0
Author: Cary Coutant <ccoutant@google.com>
Date: Tue Feb 11 11:33:49 2014 -0800
Fix readelf so it doesn't complain about corrupt attribute.
When a DW_FORM_flag_present attribute comes at the very end of a
debug section, readelf complains about a corrupt attribute
because it's checking to make sure there's at least one byte of
data remaining. This patch suppresses the check when the form
is DW_FORM_flag_present.
2014-02-11 Cary Coutant <ccoutant@google.com>
* binutils/dwarf.c (read_and_display_attr_value): Don't warn
for zero-length attribute value.
-----------------------------------------------------------------------
Summary of changes:
binutils/ChangeLog | 5 +++++
binutils/dwarf.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Binutils-cvs
mailing list