aboutsummaryrefslogtreecommitdiff
path: root/src/objcopy.zig
AgeCommit message (Collapse)Author
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-11zig objcopy: Fix corrupted hex outputEckhart Köppen
Do not return stack local data for hex record payload data.
2022-12-13add `zig objcopy` subcommandAndrew Kelley
This commit moves the logic from `std.build.InstallRawStep` into `zig objcopy`. The options here are limited, but we can add features as needed. closes #9261 New issues can be opened for specific objcopy flag support.