std.os.linux: A handful of random porting fixes, mostly for armeb and thumbeb#20719
Merged
andrewrk merged 10 commits intoziglang:masterfrom Jul 24, 2024
alexrp:misc-porting
Merged
std.os.linux: A handful of random porting fixes, mostly for armeb and thumbeb#20719andrewrk merged 10 commits intoziglang:masterfrom alexrp:misc-porting
std.os.linux: A handful of random porting fixes, mostly for armeb and thumbeb#20719andrewrk merged 10 commits intoziglang:masterfrom
alexrp:misc-porting
Conversation
auto-merge was automatically disabled
July 22, 2024 09:42
Head branch was pushed to by a user without write access
alexrp
commented
Jul 22, 2024
| CSKY = toAudit(.csky), | ||
| HEXAGON = @intFromEnum(std.elf.EM.HEXAGON), | ||
| X86 = toAudit(.x86), | ||
| LOONGARCH64 = toAudit(.loongarch64), |
Member
Author
There was a problem hiding this comment.
Just noting that I plan to rewrite these audit bindings in a follow-up PR. There's no sense in doing std.Target.Cpu.Arch -> std.elf.EM here, especially since there is not a 1:1 mapping.
Member
Author
|
This is properly ready for review now. |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.