This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from f2471da7d newlib: update build system generation documentation new 958833a0d newlib: integrate iconv update to maintainer build new fb42151a1 newlib: libm: integrate tests subdir new 461a28a56 winsup: disable fortify source
The 3 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: newlib/Makefile.am | 2 + newlib/Makefile.in | 249 ++++++++++++++++++++++++++++++++++++++-- newlib/libc/iconv/Makefile.inc | 18 +++ newlib/libc/iconv/ces/mkdeps.pl | 4 +- newlib/libm/Makefile.inc | 1 + newlib/libm/test/Makefile.in | 202 -------------------------------- newlib/libm/test/Makefile.inc | 85 ++++++++++++++ newlib/libm/test/math.c | 6 - newlib/libm/test/test.h | 5 + newlib/libm/test/test_is.c | 1 - winsup/acinclude.m4 | 2 +- 11 files changed, 355 insertions(+), 220 deletions(-) delete mode 100644 newlib/libm/test/Makefile.in create mode 100644 newlib/libm/test/Makefile.inc