-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix default usage of reserved register #78
Comments
not this one :-)
remember that we'll need to update bionic and ART if we make this change too. (is libffi affected?) |
striked it out.
doesn't seem like it: https://github.com/libffi/libffi/blob/master/src/riscv/sysv.S |
seems to have affected the wrong one? |
What is S11/X27 reserved for? I haven't seen any related topics. I previously only saw that the software SCS requires the use of S2/X18. |
it is for the SCS. Previously S2 was reserved but it didn't appear to be a good choice. Some discussion is here: riscv-non-isa/riscv-elf-psabi-doc#370 |
makes sense. I've removed the item tracking kernel patches. |
First,
X27X3 needs to be reserved. This is blocked on: https://reviews.llvm.org/D146463The text was updated successfully, but these errors were encountered: