[binutils-gdb] Import setenv and unsetenv from gnulib
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Mon Jul 10 10:46:00 GMT 2017
*** TEST RESULTS FOR COMMIT 3d99e817a90b2a37860d527f2fb5643e7b861e7d ***
Author: Anton Kolesov <Anton.Kolesov@synopsys.com>
Branch: master
Commit: 3d99e817a90b2a37860d527f2fb5643e7b861e7d
Import setenv and unsetenv from gnulib
This patch supersedes
https://sourceware.org/ml/gdb-patches/2017-07/msg00009.html
---
Patch [1] broke a build on MinGW hosts, because MinGW doesn't provide POSIX
functions setenv () and unsetenv (). This can be fixed by using
implementations from gnulib.
[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=9a6c7d9c0
gdb/ChangeLog
yyyy-mm-dd Anton Kolesov <Anton.Kolesov@synopsys.com>
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
unsetenv.
* gnulib/aclocal.m4: Regenerate.
* gnulib/config.in: Regenerate.
* gnulib/configure: Regenerate.
* gnulib/import/Makefile.am: Regenerate.
* gnulib/import/Makefile.in: Regenerate.
* gnulib/import/m4/gnulib-cache.m4: Regenerate.
* gnulib/import/m4/gnulib-comp.m4: Regenerate.
* gnulib/import/m4/environ.m4: New file.
* gnulib/import/m4/setenv.m4: New file.
* gnulib/import/setenv.c: New file.
* gnulib/import/unsetenv.c: New file.
More information about the Gdb-testers
mailing list