zig/lib/std/Build/Step
wooster0 aef66eebe3 objcopy build step: don't accept multiple sections
The actual `zig objcopy` does not accept keeping multiple sections.
If you pass multiple `-j .section` arguments to `zig objcopy`, it will
only respect the last one passed.

Originally I changed `zig objcopy` to accept multiple sections
and then concatenate them instead of returning after outputting the
first section (see emitElf) but I realized concatenating probably doesn't make sense.
2024-06-05 19:39:43 -04:00
..
CheckFile.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
CheckObject.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
Compile.zig pass -fno-builtin when testing lib/c.zig, lib/compiler_rt.zig 2024-06-02 10:10:35 +03:00
ConfigHeader.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
Fmt.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
InstallArtifact.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
InstallDir.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
InstallFile.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
ObjCopy.zig objcopy build step: don't accept multiple sections 2024-06-05 19:39:43 -04:00
Options.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
RemoveDir.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
Run.zig std.Build.Step.Run: global lock when child inherits stderr 2024-05-31 18:59:53 -04:00
TranslateC.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
WriteFile.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00