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 33bd0102c1 Generate gnulib's toplevel Makefile.in using automake new 5abebf3c3f Import the strerror_r-posix module and use it in GDB.
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 | 9 + gdb/config.in | 3 - gdb/configure | 2 +- gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/config.in | 3 - gdb/gdbserver/configure | 2 +- gdb/gdbsupport/common.m4 | 2 +- gdb/gdbsupport/posix-strerror.c | 28 +- gnulib/ChangeLog | 23 + gnulib/Makefile.in | 27 +- gnulib/aclocal.m4 | 6 + gnulib/config.in | 60 +- gnulib/configure | 1719 +++++++++++++++++++++++++++++++++--- gnulib/import/Makefile.am | 34 +- gnulib/import/Makefile.in | 112 ++- gnulib/import/extra/config.rpath | 684 ++++++++++++++ gnulib/import/glthread/lock.c | 1057 ++++++++++++++++++++++ gnulib/import/glthread/lock.h | 927 +++++++++++++++++++ gnulib/import/glthread/threadlib.c | 73 ++ gnulib/import/m4/gnulib-cache.m4 | 3 +- gnulib/import/m4/gnulib-comp.m4 | 26 + gnulib/import/m4/lib-ld.m4 | 119 +++ gnulib/import/m4/lib-link.m4 | 777 ++++++++++++++++ gnulib/import/m4/lib-prefix.m4 | 224 +++++ gnulib/import/m4/lock.m4 | 42 + gnulib/import/m4/strerror_r.m4 | 187 ++++ gnulib/import/m4/threadlib.m4 | 389 ++++++++ gnulib/import/strerror_r.c | 338 +++++++ gnulib/update-gnulib.sh | 1 + 29 files changed, 6691 insertions(+), 191 deletions(-) create mode 100755 gnulib/import/extra/config.rpath create mode 100644 gnulib/import/glthread/lock.c create mode 100644 gnulib/import/glthread/lock.h create mode 100644 gnulib/import/glthread/threadlib.c create mode 100644 gnulib/import/m4/lib-ld.m4 create mode 100644 gnulib/import/m4/lib-link.m4 create mode 100644 gnulib/import/m4/lib-prefix.m4 create mode 100644 gnulib/import/m4/lock.m4 create mode 100644 gnulib/import/m4/strerror_r.m4 create mode 100644 gnulib/import/m4/threadlib.m4 create mode 100644 gnulib/import/strerror_r.c