This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 1339af446 sys/tree.h: Removed new 5c5ae2c08 newlib: Add more FreeBSD files for non LDBL_EQ_DBL support
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: COPYING.NEWLIB | 29 ++++++++ newlib/Makefile.in | 97 ++++++++++++++++++++++++--- newlib/libm/ld/math_private.h | 53 +++++++++++++++ newlib/libm/ld128/Makefile.inc | 3 +- newlib/libm/{ld80 => ld128}/k_cospil.h | 2 +- newlib/libm/{ld80 => ld128}/k_sinpil.h | 2 +- newlib/libm/ld128/k_tanl.c | 114 +++++++++++++++++++++++++++++++ newlib/libm/{ld80 => ld128}/s_cospil.c | 105 ++++++++++++----------------- newlib/libm/ld128/s_sinpil.c | 111 ++++++++++++++++++++++++++++++ newlib/libm/ld80/Makefile.inc | 4 +- newlib/libm/ld80/k_tanl.c | 119 +++++++++++++++++++++++++++++++++ 11 files changed, 562 insertions(+), 77 deletions(-) copy newlib/libm/{ld80 => ld128}/k_cospil.h (98%) copy newlib/libm/{ld80 => ld128}/k_sinpil.h (98%) create mode 100644 newlib/libm/ld128/k_tanl.c copy newlib/libm/{ld80 => ld128}/s_cospil.c (52%) create mode 100644 newlib/libm/ld128/s_sinpil.c create mode 100644 newlib/libm/ld80/k_tanl.c