-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.
Milestone
Description
Lines 823 to 829 in e4abdf5
// note: this is "a minimal effort implementation" | |
// It doesn't support all possibile elf files: some sections type may need fixups, the program header may need fix up, ... | |
// It was written for a specific use case (strip debug info to a sperate file, for linux 64-bits executables built with `zig` or `zig c++` ) | |
// It moves and reoders the sections as little as possible to avoid having to do fixups. | |
// TODO: support non-native endianess | |
fn ElfFile(comptime is_64: bool) type { |
This isn't up to zig project standards.
zig/test/standalone/stack_iterator/build.zig
Lines 107 to 108 in e4abdf5
// zig objcopy doesn't support incremental binaries | |
.use_llvm = true, |
👎 👎
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.