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 63f0e930d4 Work around GCC 6.3.1 bug new a79b1bc6f6 Get rid of VEC(mem_range_s)
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 | 26 +++++++++ gdb/Makefile.in | 2 + gdb/exec.c | 55 ++++++------------ gdb/memrange.c | 46 ++++----------- gdb/memrange.h | 17 ++++-- gdb/mi/mi-main.c | 20 +++---- gdb/remote.c | 19 ++---- gdb/tracepoint.c | 13 ++--- gdb/tracepoint.h | 2 +- gdb/unittests/memrange-selftests.c | 115 +++++++++++++++++++++++++++++++++++++ 10 files changed, 205 insertions(+), 110 deletions(-) create mode 100644 gdb/unittests/memrange-selftests.c