zig/tools
Motiejus Jakštys 7107a0fc40 [linux headers] rename arm64 to aarch64
Zig calls it aarch64. Linux calls it arm64. Currently lib/libc/include
has both arm64 and aarch64, which is quite confusing.

tools/update-linux-headers.zig was executed against the latest stable
linux patch version, therefore some other minor header updates. I will
update the wiki on how to do it once this PR is accepted.
2022-01-26 07:57:34 +02:00
..
spirv SPIR-V: Split out registry from gen_spirv_spec.zig 2021-05-14 19:49:32 +02:00
gen_spirv_spec.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
gen_stubs.zig tools/gen_stubs: add aarch64 and output preprocessor directives 2021-12-09 01:21:30 -07:00
merge_anal_dumps.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
process_headers.zig glibc: fix inconsistency of powerpc ABI mapping 2021-12-16 03:01:13 -07:00
update_clang_options.zig stage2: improvements to entry point handling 2022-01-19 11:41:08 -07:00
update_cpu_features.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
update_glibc.zig glibc: remove duplicate files between generic-glibc/ and glibc/include/ 2021-12-15 18:34:27 -07:00
update_spirv_features.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
update-license-headers.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
update-linux-headers.zig [linux headers] rename arm64 to aarch64 2022-01-26 07:57:34 +02:00
zig_gdb_pretty_printers.py
zig-gdb.py