zig/test
Andrew Kelley 19ca2415f2 update glibc start files to 2.34
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
2021-12-15 14:30:03 -07:00
..
behavior stage1: implement @prefetch() builtin 2021-12-11 00:29:31 +01:00
src std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
stage1/c_abi stage1: Expand SysV C ABI support for small structs 2021-07-28 18:13:17 -04:00
stage2 stage2: clean up tests 2021-12-15 17:28:48 +01:00
standalone add standalone tests for the new linker bug fixes 2021-12-15 10:31:29 +01:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig stage1: implement @prefetch() builtin 2021-12-11 00:29:31 +01:00
cases.zig stage2: clean up tests 2021-12-15 17:28:48 +01:00
cli.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
compare_output.zig allocgate: change resize to return optional instead of error 2021-11-30 23:45:01 +00:00
compile_errors.zig stage1: fix regression of shift by negative value error 2021-12-08 19:09:37 -07:00
gen_h.zig run zig fmt on src/ and test/ 2020-10-31 12:21:49 +02:00
run_translated_c.zig translate-c: coerce boolean results to c_int when negated 2021-11-20 19:52:06 -05:00
runtime_safety.zig fix unused variable errors in runtime safety test cases 2021-06-23 10:44:46 -07:00
stack_traces.zig overhaul elf csu (c-runtime startup) logic 2021-05-23 15:38:57 -04:00
standalone.zig update glibc start files to 2.34 2021-12-15 14:30:03 -07:00
tests.zig zig build: promote qemu, wine, wasmtime, darling, and rosetta 2021-12-02 15:46:22 -07:00
translate_c.zig translate-c: Allow negative denominator in remainder (%) operator 2021-11-20 13:52:07 -05:00