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 b1b60145ae Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) new de44f5a735 remote: struct remote_state, use op new, fix leaks new 440b7aece4 remote: Eliminate remote_hostio_close_cleanup new dd194f6b36 remote: Make readahead_cache a C++ class new 9d6eea3132 remote: multiple remote_arch_state instances per arch new 43c3a0e473 remote: remote_arch_state pointers -> remote_arch_state objects new 0e9a6b2f04 remote: Small cleanup in compare_section_command new 9607784ac0 remote: Move discard_pending_stop_replies call new cc0be08f80 Handle "show remote memory-write-packet-size" when not connected new f5db4863f5 remote: Make vcont_builder a class new 6b8edb5101 remote: one struct remote_state per struct remote_target
The 10 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 | 251 +++++ gdb/remote-fileio.c | 214 ++-- gdb/remote-fileio.h | 3 +- gdb/remote-notif.c | 22 +- gdb/remote-notif.h | 21 +- gdb/remote.c | 2086 ++++++++++++++++++++++--------------- gdb/remote.h | 9 +- gdb/testsuite/ChangeLog | 7 + gdb/testsuite/gdb.base/remote.exp | 30 +- 9 files changed, 1663 insertions(+), 980 deletions(-)