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 858c8f2c1b9 gdb/testsuite: adjust gdb.python/flexible-array-member.exp [...] new c17253b9743 gnulib: import getline
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 | 2 + gnulib/aclocal.m4 | 2 + gnulib/config.in | 27 ++ gnulib/configure | 836 +++++++++++++++++++++++++++------------ gnulib/import/Makefile.am | 19 + gnulib/import/Makefile.in | 19 +- gnulib/import/getdelim.c | 147 +++++++ gnulib/import/getline.c | 27 ++ gnulib/import/m4/getdelim.m4 | 99 +++++ gnulib/import/m4/getline.m4 | 109 +++++ gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 18 + gnulib/update-gnulib.sh | 1 + 14 files changed, 1052 insertions(+), 265 deletions(-) create mode 100644 gnulib/import/getdelim.c create mode 100644 gnulib/import/getline.c create mode 100644 gnulib/import/m4/getdelim.m4 create mode 100644 gnulib/import/m4/getline.m4