zig/lib/libc
Andrew Kelley f69f55c807 stage2: upgrade musl libc stub file
This is the result of the work on tools/gen_stubs.zig. It now uses the
preprocessor to emit different symbols and sizes depending on the
architecture. The data is collected directly from multiple libc.so files
on disk built with upstream musl.

Closes #8178
Addresses #8896 for musl

There is still room for further improvement to this, which is to
put `.ds` directives after symbols that are not followed by aliases, to
avoid the potential problem of a linker believing that all symbols are
aliases of each other.
2021-12-09 01:39:07 -07:00
..
darwin Version libSystem shipped with zig toolchain 2021-11-25 17:10:08 +01:00
glibc Remove SPARC pthreadtypes-arch.h to match upstream glibc 2021-05-12 14:54:13 +07:00
include remove linux header files that have case conflicts 2021-11-30 14:29:11 -07:00
mingw mingw-w64: add wsock32 def files 2021-11-26 20:57:30 -07:00
musl stage2: upgrade musl libc stub file 2021-12-09 01:39:07 -07:00
wasi wasi-libc: remove crt1.o as it's not WASI ABI compatible 2021-07-11 00:06:47 +02:00