zig/test/link
Andrew Kelley 7ae2f21e2b delete bad linker test: bss
The purpose of this test is unclear. It checks for the existence of bss
section which is completely unnecessary since those zeroes can be
omitted from the binary.

Furthermore the code generated for __wasm_init_memory looks wrong.
Finally, the CheckObject DSL is brittle, it only checks for exact
matches of entire lines in an ad-hoc text format. Conclusion, it's a bad
test, delete it.
2025-01-15 15:11:36 -08:00
..
bss test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05:00
common_symbols test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05:00
common_symbols_alignment test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05:00
glibc_compat test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05:00
interdependent_static_c_libs test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05:00
static_libs_from_object_files test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05:00
wasm delete bad linker test: bss 2025-01-15 15:11:36 -08:00
build.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
build.zig.zon delete bad linker test: bss 2025-01-15 15:11:36 -08:00
elf.zig link/Elf: ensure we always sort all relocations by r_offset in -r mode 2024-10-29 17:27:42 -07:00
link.zig test-link: migrate from deprecated std.Build APIs 2024-12-18 01:49:10 +05:00
macho.zig compiler: disallow callconv etc from depending on function parameters 2024-12-18 23:06:35 +00:00