This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 093f70ccd3 Allow multiple tests to be run on systems with older version [...] new 18cb7c9f3a Introduce ATTRIBUTE_UNUSED_RESULT and use it new 41e3300aa7 Add ATTRIBUTE_UNUSED_RESULT to parser_state new 3cabd438f3 Add ATTRIBUTE_UNUSED_RESULT to scoped_fd new 083eef1f89 Add ATTRIBUTE_UNUSED_RESULT to scoped_mmap new 4e4a8b932b Add ATTRIBUTE_UNUSED_RESULT to macro_buffer new 88a774b998 Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release new 895dafa679 Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ gdb/common/common-defs.h | 6 ++++++ gdb/common/gdb_ref_ptr.h | 2 +- gdb/common/scoped_fd.h | 2 +- gdb/common/scoped_mmap.h | 2 +- gdb/dwarf2loc.c | 3 +-- gdb/macroexp.c | 2 +- gdb/nat/linux-btrace.c | 9 +++------ gdb/parser-defs.h | 2 +- gdb/remote.c | 2 +- gdb/utils.h | 2 +- gdb/value.c | 10 +++++----- gdb/varobj.c | 4 ++-- 13 files changed, 65 insertions(+), 22 deletions(-)