This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 72b610551 newlib: docs: add "Function " to every function node new 02572ff08 Cygwin: seekdir: don't set errno new d5c4edca8 libgloss: merge pru into top-level Makefile new 276dd12f6 libgloss: pru: Trim crt0-minrt.o new 90d6966b8 configure.ac: configurable tooldir install path
The 4 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: configure | 32 ++- configure.ac | 10 +- libgloss/Makefile.am | 3 + libgloss/Makefile.in | 389 ++++++++++++++++++++----------- libgloss/configure | 33 ++- libgloss/configure.ac | 7 +- libgloss/pru/Makefile.in | 145 ------------ libgloss/pru/Makefile.inc | 48 ++++ libgloss/pru/{outbyte.c => crt0-minrt.S} | 29 ++- libgloss/pru/crt0.S | 6 - winsup/cygwin/dir.cc | 1 - 11 files changed, 387 insertions(+), 316 deletions(-) delete mode 100644 libgloss/pru/Makefile.in create mode 100644 libgloss/pru/Makefile.inc copy libgloss/pru/{outbyte.c => crt0-minrt.S} (74%)