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 e266dea9928 Automatic date update in version.in new 64c2e4a5308 gnulib: import chown new c469a502522 sim: v850: assume chown is available
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 | 8 + gnulib/Makefile.in | 1 + gnulib/aclocal.m4 | 1 + gnulib/config.in | 22 ++ gnulib/configure | 482 +++++++++++++++++++++++++----- gnulib/import/Makefile.am | 10 + gnulib/import/Makefile.in | 31 +- gnulib/import/chown.c | 151 ++++++++++ gnulib/import/{mbtowc.c => fchown-stub.c} | 24 +- gnulib/import/m4/chown.m4 | 218 ++++++++++++++ gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 12 + gnulib/update-gnulib.sh | 1 + sim/v850/ChangeLog | 6 + sim/v850/config.in | 3 - sim/v850/configure | 7 +- sim/v850/configure.ac | 2 +- sim/v850/simops.c | 2 - 18 files changed, 883 insertions(+), 100 deletions(-) create mode 100644 gnulib/import/chown.c copy gnulib/import/{mbtowc.c => fchown-stub.c} (63%) create mode 100644 gnulib/import/m4/chown.m4