libfringe icon indicating copy to clipboard operation
libfringe copied to clipboard

support more architectures

Open edef1c opened this issue 10 years ago • 3 comments

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:

  • [x] x86
  • [ ] ARM
  • [x] AArch64
  • [ ] MIPS

edef1c avatar Apr 15 '15 23:04 edef1c

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 avatar Aug 31 '16 14:08 tbelaire

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

whitequark avatar Aug 31 '16 17:08 whitequark

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

Amanieu avatar Sep 01 '16 16:09 Amanieu