This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 9ee1e1b69 Cygwin: /proc/<PID>/status: simplify code generating signal info new 13a7b16ea libgloss: merge aarch64 into top-level Makefile
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: libgloss/Makefile.am | 4 + libgloss/Makefile.in | 333 ++++++++++++++++++++++++++------- libgloss/aarch64/Makefile.in | 166 ---------------- libgloss/aarch64/Makefile.inc | 34 ++++ libgloss/aarch64/cpu-init/Makefile.in | 107 ----------- libgloss/aarch64/cpu-init/Makefile.inc | 20 ++ libgloss/configure | 20 +- libgloss/configure.ac | 5 +- 8 files changed, 342 insertions(+), 347 deletions(-) delete mode 100644 libgloss/aarch64/Makefile.in create mode 100644 libgloss/aarch64/Makefile.inc delete mode 100644 libgloss/aarch64/cpu-init/Makefile.in create mode 100644 libgloss/aarch64/cpu-init/Makefile.inc