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 33ea299c25 Fix ld action in run_dump_test new e8d8cce69b Import mkdtemp gnulib module, fix mingw build
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 | 25 +++++++++++++++ gdb/common/pathstuff.c | 25 +++++++++++++++ gdb/common/pathstuff.h | 10 ++++++ gdb/compile/compile.c | 4 --- gdb/config.in | 3 -- gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/gnulib/aclocal-m4-deps.mk | 1 + gdb/gnulib/aclocal.m4 | 1 + gdb/gnulib/config.in | 6 ++++ gdb/gnulib/configure | 47 +++++++++++++++++++++++++++++ gdb/gnulib/import/Makefile.am | 11 ++++++- gdb/gnulib/import/Makefile.in | 20 ++++++------ gdb/gnulib/import/m4/gnulib-cache.m4 | 3 +- gdb/gnulib/import/m4/gnulib-comp.m4 | 9 ++++++ gdb/gnulib/import/m4/mkdtemp.m4 | 20 ++++++++++++ gdb/gnulib/import/{mkostemp.c => mkdtemp.c} | 41 +++++++++++-------------- gdb/gnulib/update-gnulib.sh | 1 + gdb/unittests/mkdir-recursive-selftests.c | 15 ++++----- 19 files changed, 195 insertions(+), 51 deletions(-) create mode 100644 gdb/gnulib/import/m4/mkdtemp.m4 copy gdb/gnulib/import/{mkostemp.c => mkdtemp.c} (54%)