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 78a7f5766af MAINTAINERS: Update path to readline config.{sub,guess} files new 32e2770e595 gnulib: import ffs
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: gnulib/ChangeLog | 9 ++ gnulib/Makefile.in | 9 ++ gnulib/aclocal.m4 | 2 + gnulib/configure | 174 +++++++++++++++++++++++++++++++++++++++ gnulib/import/Makefile.am | 41 +++++++++ gnulib/import/Makefile.in | 78 +++++++++++++----- gnulib/import/ffs.c | 68 +++++++++++++++ gnulib/import/m4/ffs.m4 | 32 +++++++ gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 12 +++ gnulib/import/m4/strings_h.m4 | 52 ++++++++++++ gnulib/import/strings.in.h | 122 +++++++++++++++++++++++++++ gnulib/update-gnulib.sh | 1 + 13 files changed, 580 insertions(+), 22 deletions(-) create mode 100644 gnulib/import/ffs.c create mode 100644 gnulib/import/m4/ffs.m4 create mode 100644 gnulib/import/m4/strings_h.m4 create mode 100644 gnulib/import/strings.in.h