zig/lib/libc/musl
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
..
arch musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
compat/time32 update musl src files to v1.2.0 2020-03-12 17:17:57 -04:00
crt update bundled musl source to 1.1.23 2019-07-16 19:54:14 -04:00
include musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
ldso modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
src musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
COPYRIGHT update musl src files to v1.2.0 2020-03-12 17:17:57 -04:00
libc.S stage2: upgrade musl libc stub file 2021-12-09 01:39:07 -07:00