Fix remaining issues, move setjmp into relibc crate, move start logic into relibc

This commit is contained in:
Jeremy Soller
2018-08-26 12:28:27 -06:00
parent c63c930e4a
commit ed00ddfb54
37 changed files with 8 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
# setjmp implementation
All this code belongs to [musl libc](https://www.musl-libc.org/).
They own it. All rights go to them.
Huge thanks to them for doing this tedious per-arch assembly work!
We will reuse this awesome effort :)