]> git.proxmox.com Git - wasi-libc.git/commit - expected/wasm32-wasi-pthread/defined-symbols.txt
Update to musl 1.1.23.
authorDan Gohman <sunfish@mozilla.com>
Fri, 19 Jul 2019 19:40:16 +0000 (12:40 -0700)
committerDan Gohman <sunfish@mozilla.com>
Thu, 8 Aug 2019 00:53:41 +0000 (17:53 -0700)
commitd4db3fa2120b27e01aac8f5f1b749dbbe1344880
tree0a2b3262baed6c87d9302ca5fdcbb1c7be82c00c
parent8df0d4cd6a559b58d4a34b738a5a766b567448cf
Update to musl 1.1.23.

See the WHATSNEW file for details; among other things, this contains new
math library implementation for log/exp/pow.
255 files changed:
expected/wasm32-wasi/defined-symbols.txt
expected/wasm32-wasi/predefined-macros.txt
libc-top-half/README.md
libc-top-half/musl/COPYRIGHT
libc-top-half/musl/INSTALL
libc-top-half/musl/VERSION
libc-top-half/musl/WHATSNEW
libc-top-half/musl/arch/aarch64/bits/syscall.h.in
libc-top-half/musl/arch/aarch64/fp_arch.h [new file with mode: 0644]
libc-top-half/musl/arch/arm/atomic_arch.h
libc-top-half/musl/arch/arm/bits/syscall.h.in
libc-top-half/musl/arch/generic/fp_arch.h [new file with mode: 0644]
libc-top-half/musl/arch/i386/bits/syscall.h.in
libc-top-half/musl/arch/i386/syscall_arch.h
libc-top-half/musl/arch/m68k/bits/syscall.h.in
libc-top-half/musl/arch/microblaze/bits/syscall.h.in
libc-top-half/musl/arch/microblaze/syscall_arch.h
libc-top-half/musl/arch/mips/bits/syscall.h.in
libc-top-half/musl/arch/mips/bits/termios.h
libc-top-half/musl/arch/mips/syscall_arch.h
libc-top-half/musl/arch/mips64/bits/syscall.h.in
libc-top-half/musl/arch/mips64/bits/termios.h
libc-top-half/musl/arch/mips64/syscall_arch.h
libc-top-half/musl/arch/mipsn32/bits/syscall.h.in
libc-top-half/musl/arch/mipsn32/bits/termios.h
libc-top-half/musl/arch/mipsn32/syscall_arch.h
libc-top-half/musl/arch/or1k/bits/syscall.h.in
libc-top-half/musl/arch/or1k/syscall_arch.h
libc-top-half/musl/arch/powerpc/bits/syscall.h.in
libc-top-half/musl/arch/powerpc/bits/termios.h
libc-top-half/musl/arch/powerpc/syscall_arch.h
libc-top-half/musl/arch/powerpc64/bits/signal.h
libc-top-half/musl/arch/powerpc64/bits/syscall.h.in
libc-top-half/musl/arch/powerpc64/bits/termios.h
libc-top-half/musl/arch/riscv64/atomic_arch.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/alltypes.h.in [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/endian.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/fcntl.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/fenv.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/float.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/ipc.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/limits.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/msg.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/posix.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/reg.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/setjmp.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/shm.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/signal.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/socket.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/stat.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/stdint.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/syscall.h.in [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/bits/user.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/crt_arch.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/pthread_arch.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/reloc.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/syscall_arch.h [new file with mode: 0644]
libc-top-half/musl/arch/s390x/bits/socket.h
libc-top-half/musl/arch/s390x/bits/syscall.h.in
libc-top-half/musl/arch/sh/bits/syscall.h.in
libc-top-half/musl/arch/wasm32/fp_arch.h [new file with mode: 0644]
libc-top-half/musl/arch/x32/bits/syscall.h.in
libc-top-half/musl/arch/x86_64/bits/syscall.h.in
libc-top-half/musl/configure
libc-top-half/musl/crt/crt1.c
libc-top-half/musl/crt/rcrt1.c
libc-top-half/musl/include/elf.h
libc-top-half/musl/include/fcntl.h
libc-top-half/musl/include/math.h
libc-top-half/musl/include/netinet/in.h
libc-top-half/musl/include/sys/fanotify.h
libc-top-half/musl/include/sys/prctl.h
libc-top-half/musl/include/sys/socket.h
libc-top-half/musl/include/sys/types.h
libc-top-half/musl/ldso/dynlink.c
libc-top-half/musl/src/aio/lio_listio.c
libc-top-half/musl/src/complex/__cexp.c
libc-top-half/musl/src/complex/__cexpf.c
libc-top-half/musl/src/complex/cabs.c
libc-top-half/musl/src/complex/cabsf.c
libc-top-half/musl/src/complex/cabsl.c
libc-top-half/musl/src/complex/cacos.c
libc-top-half/musl/src/complex/cacosf.c
libc-top-half/musl/src/complex/cacosh.c
libc-top-half/musl/src/complex/cacoshf.c
libc-top-half/musl/src/complex/cacoshl.c
libc-top-half/musl/src/complex/cacosl.c
libc-top-half/musl/src/complex/carg.c
libc-top-half/musl/src/complex/cargf.c
libc-top-half/musl/src/complex/cargl.c
libc-top-half/musl/src/complex/casin.c
libc-top-half/musl/src/complex/casinf.c
libc-top-half/musl/src/complex/casinh.c
libc-top-half/musl/src/complex/casinhf.c
libc-top-half/musl/src/complex/casinhl.c
libc-top-half/musl/src/complex/casinl.c
libc-top-half/musl/src/complex/catan.c
libc-top-half/musl/src/complex/catanf.c
libc-top-half/musl/src/complex/catanh.c
libc-top-half/musl/src/complex/catanhf.c
libc-top-half/musl/src/complex/catanhl.c
libc-top-half/musl/src/complex/catanl.c
libc-top-half/musl/src/complex/ccos.c
libc-top-half/musl/src/complex/ccosf.c
libc-top-half/musl/src/complex/ccosh.c
libc-top-half/musl/src/complex/ccoshf.c
libc-top-half/musl/src/complex/ccoshl.c
libc-top-half/musl/src/complex/ccosl.c
libc-top-half/musl/src/complex/cexp.c
libc-top-half/musl/src/complex/cexpf.c
libc-top-half/musl/src/complex/cexpl.c
libc-top-half/musl/src/complex/cimag.c
libc-top-half/musl/src/complex/cimagf.c
libc-top-half/musl/src/complex/cimagl.c
libc-top-half/musl/src/complex/clog.c
libc-top-half/musl/src/complex/clogf.c
libc-top-half/musl/src/complex/clogl.c
libc-top-half/musl/src/complex/conj.c
libc-top-half/musl/src/complex/conjf.c
libc-top-half/musl/src/complex/conjl.c
libc-top-half/musl/src/complex/cpow.c
libc-top-half/musl/src/complex/cpowf.c
libc-top-half/musl/src/complex/cpowl.c
libc-top-half/musl/src/complex/cproj.c
libc-top-half/musl/src/complex/cprojf.c
libc-top-half/musl/src/complex/cprojl.c
libc-top-half/musl/src/complex/csin.c
libc-top-half/musl/src/complex/csinf.c
libc-top-half/musl/src/complex/csinh.c
libc-top-half/musl/src/complex/csinhf.c
libc-top-half/musl/src/complex/csinhl.c
libc-top-half/musl/src/complex/csinl.c
libc-top-half/musl/src/complex/csqrt.c
libc-top-half/musl/src/complex/csqrtf.c
libc-top-half/musl/src/complex/csqrtl.c
libc-top-half/musl/src/complex/ctan.c
libc-top-half/musl/src/complex/ctanf.c
libc-top-half/musl/src/complex/ctanh.c
libc-top-half/musl/src/complex/ctanhf.c
libc-top-half/musl/src/complex/ctanhl.c
libc-top-half/musl/src/complex/ctanl.c
libc-top-half/musl/src/env/__init_tls.c
libc-top-half/musl/src/env/__libc_start_main.c
libc-top-half/musl/src/fenv/riscv64/fenv-sf.c [new file with mode: 0644]
libc-top-half/musl/src/fenv/riscv64/fenv.S [new file with mode: 0644]
libc-top-half/musl/src/include/errno.h
libc-top-half/musl/src/internal/aarch64/syscall.s [deleted file]
libc-top-half/musl/src/internal/arm/syscall.s [deleted file]
libc-top-half/musl/src/internal/complex_impl.h [new file with mode: 0644]
libc-top-half/musl/src/internal/defsysinfo.c [new file with mode: 0644]
libc-top-half/musl/src/internal/dynlink.h
libc-top-half/musl/src/internal/i386/defsysinfo.s [new file with mode: 0644]
libc-top-half/musl/src/internal/i386/syscall.s [deleted file]
libc-top-half/musl/src/internal/libc.c
libc-top-half/musl/src/internal/libm.h
libc-top-half/musl/src/internal/m68k/syscall.s [deleted file]
libc-top-half/musl/src/internal/microblaze/syscall.s [deleted file]
libc-top-half/musl/src/internal/mips/syscall.s [deleted file]
libc-top-half/musl/src/internal/mips64/syscall.s [deleted file]
libc-top-half/musl/src/internal/mipsn32/syscall.s [deleted file]
libc-top-half/musl/src/internal/or1k/syscall.s [deleted file]
libc-top-half/musl/src/internal/powerpc/syscall.s [deleted file]
libc-top-half/musl/src/internal/powerpc64/syscall.s [deleted file]
libc-top-half/musl/src/internal/s390x/syscall.s [deleted file]
libc-top-half/musl/src/internal/sh/syscall.s [deleted file]
libc-top-half/musl/src/internal/syscall.c [deleted file]
libc-top-half/musl/src/internal/syscall.h
libc-top-half/musl/src/internal/x32/syscall.s [deleted file]
libc-top-half/musl/src/internal/x86_64/syscall.s [deleted file]
libc-top-half/musl/src/ipc/msgctl.c
libc-top-half/musl/src/ipc/msgget.c
libc-top-half/musl/src/ipc/msgrcv.c
libc-top-half/musl/src/ipc/msgsnd.c
libc-top-half/musl/src/ipc/semctl.c
libc-top-half/musl/src/ipc/semget.c
libc-top-half/musl/src/ipc/semop.c
libc-top-half/musl/src/ipc/semtimedop.c
libc-top-half/musl/src/ipc/shmat.c
libc-top-half/musl/src/ipc/shmctl.c
libc-top-half/musl/src/ipc/shmdt.c
libc-top-half/musl/src/ipc/shmget.c
libc-top-half/musl/src/ldso/aarch64/tlsdesc.s
libc-top-half/musl/src/ldso/powerpc/dlsym.s
libc-top-half/musl/src/ldso/powerpc64/dlsym.s
libc-top-half/musl/src/ldso/riscv64/dlsym.s [new file with mode: 0644]
libc-top-half/musl/src/linux/cache.c
libc-top-half/musl/src/linux/getdents.c
libc-top-half/musl/src/math/__math_divzero.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_divzerof.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_invalid.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_invalidf.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_oflow.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_oflowf.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_uflow.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_uflowf.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_xflow.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_xflowf.c [new file with mode: 0644]
libc-top-half/musl/src/math/exp.c
libc-top-half/musl/src/math/exp2.c
libc-top-half/musl/src/math/exp2f.c
libc-top-half/musl/src/math/exp2f_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/exp2f_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/exp_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/exp_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/expf.c
libc-top-half/musl/src/math/log.c
libc-top-half/musl/src/math/log2.c
libc-top-half/musl/src/math/log2_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/log2_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/log2f.c
libc-top-half/musl/src/math/log2f_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/log2f_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/log_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/log_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/logf.c
libc-top-half/musl/src/math/logf_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/logf_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/pow.c
libc-top-half/musl/src/math/pow_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/pow_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/powf.c
libc-top-half/musl/src/math/powf_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/powf_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/copysign.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/copysignf.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fabs.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fabsf.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fma.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fmaf.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fmax.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fmaxf.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fmin.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/fminf.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/sqrt.c [new file with mode: 0644]
libc-top-half/musl/src/math/riscv64/sqrtf.c [new file with mode: 0644]
libc-top-half/musl/src/passwd/putgrent.c
libc-top-half/musl/src/passwd/putpwent.c
libc-top-half/musl/src/process/fork.c
libc-top-half/musl/src/process/posix_spawn.c
libc-top-half/musl/src/setjmp/riscv64/longjmp.S [new file with mode: 0644]
libc-top-half/musl/src/setjmp/riscv64/setjmp.S [new file with mode: 0644]
libc-top-half/musl/src/signal/riscv64/restore.s [new file with mode: 0644]
libc-top-half/musl/src/signal/riscv64/sigsetjmp.s [new file with mode: 0644]
libc-top-half/musl/src/signal/sigaltstack.c
libc-top-half/musl/src/signal/sigset.c
libc-top-half/musl/src/stdio/fgetwc.c
libc-top-half/musl/src/stdio/fmemopen.c
libc-top-half/musl/src/thread/__syscall_cp.c
libc-top-half/musl/src/thread/pthread_create.c
libc-top-half/musl/src/thread/riscv64/__set_thread_area.s [new file with mode: 0644]
libc-top-half/musl/src/thread/riscv64/__unmapself.s [new file with mode: 0644]
libc-top-half/musl/src/thread/riscv64/clone.s [new file with mode: 0644]
libc-top-half/musl/src/thread/riscv64/syscall_cp.s [new file with mode: 0644]
libc-top-half/musl/src/unistd/ualarm.c