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 7836e40 Adjust linker test for arm-vxworks in wake of patch for PR 20815. new dcb07cf gdb: Use C++11 std::chrono
The 1 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 | 66 +++++++++++++++++++++++++++++++ gdb/Makefile.in | 3 ++ gdb/common/run-time-clock.c | 58 ++++++++++++++++++++++++++++ gdb/common/run-time-clock.h | 75 ++++++++++++++++++++++++++++++++++++ gdb/defs.h | 14 ------- gdb/event-loop.c | 94 +++++++++++++++++++++------------------------ gdb/gdbserver/ChangeLog | 9 +++++ gdb/gdbserver/debug.c | 16 ++++---- gdb/gdbserver/tracepoint.c | 10 ++--- gdb/maint.c | 31 +++++++-------- gdb/maint.h | 7 +++- gdb/mi/mi-main.c | 73 +++++++++-------------------------- gdb/mi/mi-parse.h | 12 +++--- gdb/symfile.c | 39 +++++++++++-------- gdb/utils.c | 58 ++++++++++++---------------- gdb/utils.h | 3 +- 16 files changed, 358 insertions(+), 210 deletions(-) create mode 100644 gdb/common/run-time-clock.c create mode 100644 gdb/common/run-time-clock.h