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 cf250e3679 Make objfile::static_links an htab_up new b494cdff69 Use std::list for event notifications in gdbserver new 97dfbaddad Use std::list for remote_notif_state::notif_queue new 8732db6ceb Remove an include of common/queue.h new fb88198679 Remove common/queue.h
The 4 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 | 20 ++++ gdb/common/queue.h | 298 ------------------------------------------------ gdb/event-loop.c | 1 - gdb/gdbserver/ChangeLog | 23 ++++ gdb/gdbserver/notif.c | 37 ++---- gdb/gdbserver/notif.h | 17 ++- gdb/gdbserver/server.c | 80 ++++++------- gdb/remote-notif.c | 27 ++--- gdb/remote-notif.h | 30 ++--- gdb/remote.c | 2 +- 10 files changed, 124 insertions(+), 411 deletions(-) delete mode 100644 gdb/common/queue.h