This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 9f1930bf3 Cygwin: wincap: Add capabilities for Windows 11. new d1591ed4a newlib: i386/xstormy16: drop unused -I libm/common flag new 40748cd73 newlib: powerpc: simplify reallocr & callocr build logic new 01ed65ed0 newlib: add missing mkdir to header install new 2a83e65fc newlib: rtems: drop redundant header install
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: newlib/Makefile.am | 1 + newlib/Makefile.in | 1 + newlib/libc/machine/i386/Makefile.am | 2 +- newlib/libc/machine/i386/Makefile.in | 2 +- newlib/libc/machine/powerpc/Makefile.am | 8 +------ newlib/libc/machine/powerpc/Makefile.in | 20 +++++++++++------ newlib/libc/machine/powerpc/vec_callocr.c | 2 ++ newlib/libc/machine/powerpc/vec_reallocr.c | 2 ++ newlib/libc/machine/xstormy16/Makefile.am | 4 +--- newlib/libc/machine/xstormy16/Makefile.in | 5 +---- newlib/libc/sys/rtems/Makefile.am | 18 --------------- newlib/libc/sys/rtems/Makefile.in | 36 ++++++++---------------------- 12 files changed, 33 insertions(+), 68 deletions(-) create mode 100644 newlib/libc/machine/powerpc/vec_callocr.c create mode 100644 newlib/libc/machine/powerpc/vec_reallocr.c