https://github.com/ziglang/zig/issues/23881
The current libc.S is fairly big by virtue of being text, and does not allow tracking the musl version that a symbol was introduced in. We should just switch to an abilists file via libc-abi-tools.
When doing this, we should collect symbol lists going back to musl 1.2.0 if possible.
https://github.com/ziglang/zig/issues/23881
The current [`libc.S`](https://github.com/ziglang/zig/blob/bc2f7c7547dce95dfd1aa00e377ae9f366825177/lib/libc/musl/libc.S) is fairly big by virtue of being text, and does not allow tracking the musl version that a symbol was introduced in. We should just switch to an `abilists` file via [libc-abi-tools](https://github.com/ziglang/libc-abi-tools).
When doing this, we should collect symbol lists going back to musl 1.2.0 if possible.