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 5abebf3c3f Import the strerror_r-posix module and use it in GDB. new f8e27d88e4 Import the time_r gnulib module new 53fea9c7e6 Use ctime_r and localtime_r for threadsafety
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: gdb/ChangeLog | 12 ++++ gdb/gdbsupport/common-defs.h | 5 ++ gdb/maint.c | 5 +- gdb/nat/linux-osdata.c | 6 +- gnulib/ChangeLog | 14 ++++ gnulib/Makefile.in | 1 + gnulib/aclocal.m4 | 1 + gnulib/config.in | 10 +++ gnulib/configure | 111 +++++++++++++++++++++++++++++ gnulib/import/Makefile.am | 11 ++- gnulib/import/Makefile.in | 10 +-- gnulib/import/m4/gnulib-cache.m4 | 3 +- gnulib/import/m4/gnulib-comp.m4 | 9 +++ gnulib/import/m4/time_r.m4 | 58 +++++++++++++++ gnulib/import/{msvc-nothrow.c => time_r.c} | 49 ++++++------- gnulib/update-gnulib.sh | 1 + 16 files changed, 270 insertions(+), 36 deletions(-) create mode 100644 gnulib/import/m4/time_r.m4 copy gnulib/import/{msvc-nothrow.c => time_r.c} (50%)