-
Notifications
You must be signed in to change notification settings - Fork 155
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
Initial Xtensa support #481
Conversation
Please add this architecture to the |
Thanks for the link to #430, was most helpful! I've gone ahead and implemented the relevant relocations for Xtensa and added the Xtensa arch to the test case as you requested. |
dd7903d
to
c2a7303
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run cargo fmt
.
* Add reloc constants to elf.rs * Implement elf read/write for relocations * Add Xtens arch to test elf_any test case
c2a7303
to
9edd035
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks, @philipc! Are there any plans to cut a new release anytime soon? |
I'd like to do a release soon. However, there's a bit of XCOFF work in progress currently that I'd like to see polished a bit more first. I may consider doing a release with the XCOFF feature disabled somehow. |
This PR adds the bare minimum Xtensa support to allow our Xtensa-enabled Rust fork to compile on stable 1.65, as we were running into rust-lang/rust#102290 in our testing.