]> sourceware.org Git - newlib-cygwin.git/commit
newlib: Add more FreeBSD files for non LDBL_EQ_DBL support
authorKito Cheng <kito.cheng@sifive.com>
Wed, 10 Jul 2024 09:44:59 +0000 (17:44 +0800)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 16 Jul 2024 19:19:21 +0000 (15:19 -0400)
commit5c5ae2c08610dd72f63e5a75e08de754305d3470
tree944813599eb1ee21e603a029180747cc6e7aa717
parent1339af44679aee0895fe311cfad89d38cfc2b919
newlib: Add more FreeBSD files for non LDBL_EQ_DBL support

For RISC-V, AArch64, i386, and x86_64

- k_tanl.c is required for tanl; the linker will report `__kernel_tanl`
  not found when tanl is called.
- s_cospil.c and s_sinpil.c are added for cospil and sinpil, which are already
  available for ld80 but not for ld128.
COPYING.NEWLIB
newlib/Makefile.in
newlib/libm/ld/math_private.h
newlib/libm/ld128/Makefile.inc
newlib/libm/ld128/k_cospil.h [new file with mode: 0644]
newlib/libm/ld128/k_sinpil.h [new file with mode: 0644]
newlib/libm/ld128/k_tanl.c [new file with mode: 0644]
newlib/libm/ld128/s_cospil.c [new file with mode: 0644]
newlib/libm/ld128/s_sinpil.c [new file with mode: 0644]
newlib/libm/ld80/Makefile.inc
newlib/libm/ld80/k_tanl.c [new file with mode: 0644]
This page took 0.031953 seconds and 5 git commands to generate.