aboutsummaryrefslogtreecommitdiff
path: root/src/objcopy.zig
AgeCommit message (Expand)Author
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-04-28compiler: use `@memcpy` instead of `std.mem.copy`Andrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-20objcopy: cleanups and extract helper functions to reduce bloatXavier Bouchoux
2023-03-20objcopy: add support for stripping 32bits ELF filesXavier Bouchoux
2023-03-20objcopy: use defined data for padding ELF sectionsXavier Bouchoux
2023-03-20objcopy: add support for `--add-gnu-debuglink` and `--only-keep-debug`Xavier Bouchoux
2023-03-20objcopy: fix compilation on 32-bit systemsXavier Bouchoux
2023-03-20objcopy: add some support for --strip-debug and --strip-allXavier Bouchoux
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15zig objcopy: support the compiler protocolAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-11zig objcopy: Fix corrupted hex outputEckhart Köppen
2022-12-13add `zig objcopy` subcommandAndrew Kelley