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 172a7ff54b2 gnulib: import netdb new d20bc122888 gnulib: import select new a55b92be28b sim: igen: harmonize tool variables
The 2 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: gnulib/ChangeLog | 10 + gnulib/Makefile.gnulib.inc.in | 2 +- gnulib/Makefile.in | 14 + gnulib/aclocal.m4 | 4 + gnulib/config.in | 9 + gnulib/configure | 604 +++++++++++++++++++++++++++++++++++++++ gnulib/import/Makefile.am | 52 ++++ gnulib/import/Makefile.in | 93 ++++-- gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 22 ++ gnulib/import/m4/select.m4 | 117 ++++++++ gnulib/import/m4/socketlib.m4 | 96 +++++++ gnulib/import/m4/sockets.m4 | 17 ++ gnulib/import/m4/sys_select_h.m4 | 95 ++++++ gnulib/import/select.c | 597 ++++++++++++++++++++++++++++++++++++++ gnulib/import/sockets.c | 161 +++++++++++ gnulib/import/sockets.h | 66 +++++ gnulib/import/sys_select.in.h | 326 +++++++++++++++++++++ gnulib/import/w32sock.h | 140 +++++++++ gnulib/update-gnulib.sh | 1 + sim/common/ChangeLog | 5 + sim/common/Make-common.in | 3 +- sim/mips/ChangeLog | 5 + sim/mips/Makefile.in | 30 +- sim/mn10300/ChangeLog | 5 + sim/mn10300/Makefile.in | 4 +- sim/v850/ChangeLog | 5 + sim/v850/Makefile.in | 4 +- 28 files changed, 2443 insertions(+), 46 deletions(-) create mode 100644 gnulib/import/m4/select.m4 create mode 100644 gnulib/import/m4/socketlib.m4 create mode 100644 gnulib/import/m4/sockets.m4 create mode 100644 gnulib/import/m4/sys_select_h.m4 create mode 100644 gnulib/import/select.c create mode 100644 gnulib/import/sockets.c create mode 100644 gnulib/import/sockets.h create mode 100644 gnulib/import/sys_select.in.h create mode 100644 gnulib/import/w32sock.h