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 a074796714 Automatic date update in version.in new 3d99e817a9 Import setenv and unsetenv from gnulib
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/gnulib/aclocal.m4 | 2 + gdb/gnulib/config.in | 35 ++++ gdb/gnulib/configure | 391 ++++++++++++++++++++++++++++++++++- gdb/gnulib/import/Makefile.am | 20 +- gdb/gnulib/import/Makefile.in | 12 +- gdb/gnulib/import/m4/environ.m4 | 47 +++++ gdb/gnulib/import/m4/gnulib-cache.m4 | 4 +- gdb/gnulib/import/m4/gnulib-comp.m4 | 20 ++ gdb/gnulib/import/m4/setenv.m4 | 160 ++++++++++++++ gdb/gnulib/import/setenv.c | 390 ++++++++++++++++++++++++++++++++++ gdb/gnulib/import/unsetenv.c | 127 ++++++++++++ gdb/gnulib/update-gnulib.sh | 2 + 12 files changed, 1201 insertions(+), 9 deletions(-) create mode 100644 gdb/gnulib/import/m4/environ.m4 create mode 100644 gdb/gnulib/import/m4/setenv.m4 create mode 100644 gdb/gnulib/import/setenv.c create mode 100644 gdb/gnulib/import/unsetenv.c