zld 0.0.1
While this linker is still widely incomplete, it is used as the default MachO linker in Zig toolchain since 0.8.0 release. It should be pointed out that the two codebases do not share code in a simple way - I periodically backport changes/fixes between the two repos so that zld
can be used effectively both as part of Zig and as a standalone linking driver.
For this reason, I have decided to cut first release now that I have cleaned up arguments parsing across linking drivers (Elf and MachO), and will be working on advancing Elf driver more.
What's Changed
- coff: Add initial Coff support by @Pombal in #1
- Update CI scripts to pull QEMU for Linux/ELF testing by @kubkon in #2
- coff: Implement basic object parsing by @iddev5 in #4
- Implement different zld drivers via symlinks and refactor usage/options per driver by @kubkon in #8
New Contributors
- @Pombal made their first contribution in #1
- @kubkon made their first contribution in #2
- @iddev5 made their first contribution in #4
Full Changelog: https://github.com/kubkon/zld/commits/v0.0.1