Skip to content
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

Open
2 of 4 tasks
edef1c opened this issue Apr 15, 2015 · 3 comments
Open
2 of 4 tasks

support more architectures #1

edef1c opened this issue Apr 15, 2015 · 3 comments

Comments

@edef1c
Copy link
Owner

edef1c commented Apr 15, 2015

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:

  • x86
  • ARM
  • AArch64
  • MIPS
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.
edef1c added a commit that referenced this issue Apr 16, 2015
@tbelaire
Copy link

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.

@whitequark
Copy link
Contributor

@tbelaire I've already implemented ARM support, however it won't support panicking until rust-lang/rust#35119 is merged.

@Amanieu
Copy link
Collaborator

Amanieu commented Sep 1, 2016

I'm interested in adding an AArch64 port. This should be easier than ARM since it uses the standard DWARF annotations for CFI.

@edef1c edef1c closed this as completed Sep 9, 2016
@edef1c edef1c reopened this Sep 9, 2016
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.
edef1c added a commit that referenced this issue Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants