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 152a1749566 gdb: prune inferiors at end of fetch_inferior_event, fix in [...] new b913bd98ce8 gdb: improved EOF handling when using readline 7 new 4fb7bc4b147 readline: back-port changes needed to properly detect EOF new 91395d97d90 gdb: handle bracketed-paste-mode and EOF correctly
The 3 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/event-top.c | 71 ++++++++++++++++++++++++++++++------- gdb/event-top.h | 6 ++++ gdb/testsuite/gdb.base/eof-exit.exp | 2 +- gdb/top.c | 1 + readline/readline/callback.c | 8 ++++- readline/readline/doc/rltech.texi | 11 ++++++ readline/readline/readline.c | 19 ++++++---- readline/readline/readline.h | 8 ++++- readline/readline/rlprivate.h | 1 - readline/readline/rltty.c | 4 +-- 10 files changed, 105 insertions(+), 26 deletions(-)