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 52e5e48e533 Write the DWARF index in the background new 588d3013543 Remove struct buffer from tracefile-tfile.c new c9d9117a12b Don't use struct buffer in handle_qxfer_traceframe_info new 873a185be25 Don't use struct buffer in handle_qxfer_btrace new 71a64d8ba87 Don't use struct buffer in handle_qxfer_threads new 356628ee2a1 Don't use struct buffer in event-top.c new 1293ecd838c Don't use struct buffer in top.c new 147699fd699 Remove struct buffer new 2e977d99013 gdbserver/linux-low.cc: Fix a typo in ternary operator
The 8 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 | 20 ++---- gdb/linux-nat.c | 1 - gdb/nat/linux-osdata.c | 1 - gdb/nat/linux-ptrace.c | 1 - gdb/nat/linux-ptrace.h | 2 - gdb/top.c | 22 +++--- gdb/top.h | 1 - gdb/tracefile-tfile.c | 21 +++--- gdbserver/linux-low.cc | 74 ++++++++++---------- gdbserver/linux-low.h | 4 +- gdbserver/server.cc | 104 +++++++++++----------------- gdbserver/server.h | 1 - gdbserver/target.cc | 6 +- gdbserver/target.h | 9 ++- gdbserver/tracepoint.cc | 20 +++--- gdbserver/tracepoint.h | 2 +- gdbsupport/Makefile.am | 1 - gdbsupport/Makefile.in | 4 +- gdbsupport/buffer.cc | 178 ------------------------------------------------ gdbsupport/buffer.h | 68 ------------------ 20 files changed, 123 insertions(+), 417 deletions(-) delete mode 100644 gdbsupport/buffer.cc delete mode 100644 gdbsupport/buffer.h