mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
This commit introduces tools/update_glibc.zig to update the start files for next time. Some notable changes in recent glibc: * abi-note.S has been changed to abi-note.c but we resist the change to keep it easier to compile the start files. * elf-init.c has been deleted upstream. Further testing should be done to verify that binaries against glibc omitting elf-init.c still run properly on oldel glibc linux systems. Closes #4926 |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| alpha | ||
| arm | ||
| bits | ||
| generic | ||
| hppa | ||
| i386 | ||
| ia64 | ||
| include/sys | ||
| m68k | ||
| microblaze | ||
| mips | ||
| powerpc | ||
| riscv | ||
| s390 | ||
| sh | ||
| sparc | ||
| sys | ||
| x86 | ||
| x86_64 | ||
| dl-sysdep.h | ||
| kernel-features.h | ||
| single-thread.h | ||
| struct_stat_time64.h | ||
| sysdep.h | ||
| xstatver.h | ||