WIP: RISC-V standards-compatible subset#2317
Draft
arichardson wants to merge 2 commits intoCTSRD-CHERI:devfrom
Draft
WIP: RISC-V standards-compatible subset#2317arichardson wants to merge 2 commits intoCTSRD-CHERI:devfrom
arichardson wants to merge 2 commits intoCTSRD-CHERI:devfrom
Conversation
subrepo: subdir: "contrib/subrepo-cheri-libunwind" merged: "0b81fa00b201" upstream: origin: "https://github.com/CTSRD-CHERI/libunwind.git" branch: "monorepo-mirror" commit: "0b81fa00b201" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
Still need to remove CHERI_PERM_SEAL/UNSEAL, since that code is no functional
jrtc27
reviewed
Feb 5, 2025
Comment on lines
95
to
96
| #endif | ||
| 1: |
jrtc27
reviewed
Feb 5, 2025
| #endif | ||
| #if defined(__riscv_xcheri_std_compat) | ||
| cgethigh a0, ca1 | ||
| csethigh ca0, ca1, a0 |
Member
There was a problem hiding this comment.
If we're in standard compat mode, cbuildcap failing is tag-clearing so we shouldn't need this fixup at all? It's to emulate V9 semantics for V8.
Member
Author
There was a problem hiding this comment.
Ah thanks, I was just blindly fixing compiler errors and didn't check what this function was used for.
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.