-
Notifications
You must be signed in to change notification settings - Fork 31
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
support more architectures #1
Labels
Comments
edef1c
added a commit
that referenced
this issue
Apr 15, 2015
the current code only supports x86_64 (#1), and we want to fail hard on any other architecture for now.
edef1c
added a commit
that referenced
this issue
Apr 16, 2015
the current code only supports x86_64 (#1), and we want to fail hard on any other architecture for now.
I am somewhat interested in poking around with this for an arm target. I'm going to have to take a bit to read it first though. |
@tbelaire I've already implemented ARM support, however it won't support panicking until rust-lang/rust#35119 is merged. |
I'm interested in adding an AArch64 port. This should be easier than ARM since it uses the standard DWARF annotations for CFI. |
edef1c
added a commit
that referenced
this issue
Feb 25, 2017
the current code only supports x86_64 (#1), and we want to fail hard on any other architecture for now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently only support x86_64, because this library grew out of an experiment for my kernel, which also only targets x86_64.
We'd like to support a few more:
The text was updated successfully, but these errors were encountered: