Commit Graph

27 Commits

Author SHA1 Message Date
Ziyao 0071b35652
Update README 2022-07-09 21:22:43 +08:00
Ziyao 5e5841a8ad
Add full dynamic link support 2022-07-09 15:27:40 +08:00
Ziyao 98c6cad0e9 Update README 2022-04-15 14:41:11 +08:00
Ziyao 1311f3b3fb Add more tests & examples 2022-04-15 09:26:23 +08:00
Ziyao 8928c08144 Update tests compiling script 2022-04-15 09:24:53 +08:00
Ziyao e17817664e Fix buggy __syscall6() again.The last argument is stored 8(%rsp),not
(%rsp)
2022-04-15 09:21:13 +08:00
Ziyao ea670ff2d8 Restore math library 2022-04-14 15:49:55 +08:00
Ziyao 9e65a3c710 Change building progress 2022-04-14 10:32:47 +08:00
Ziyao f9be18503d Add support for option -e 2022-04-13 11:09:32 +08:00
Ziyao 2cbd77c16a Fix a bug in empty_archive.patch 2022-04-12 16:32:33 +08:00
Ziyao d49ef77f09 Fix library fenv 2022-04-06 08:36:42 +08:00
Ziyao e6138735bd Add Hello World 2022-04-03 10:37:29 +08:00
Ziyao a946300e6c Update Makefile 2022-04-03 10:30:37 +08:00
Ziyao 79593d5689 Add patches for TinyCC 2022-04-03 10:27:48 +08:00
Ziyao 5013f777b5 Fix the bug that the modified version of __syscall6() messes up the stack by poping an argument (a6) 2022-04-03 09:52:17 +08:00
Ziyao 498d111c93 Move syscall.S from /src/unistd/ to /src/internal 2022-04-03 09:48:45 +08:00
Ziyao 8198f25706 Update README 2022-03-24 08:52:27 +08:00
Ziyao 7a1cd4707f Remove @PLT 2022-03-24 08:42:29 +08:00
Ziyao ed89edcf54 Remove math 2022-03-22 17:08:26 +08:00
Ziyao 7633c66c24 Remove PLT modifier 2022-03-21 16:54:15 +08:00
Ziyao fb09e1ff06 Add syscall 2022-03-21 16:50:35 +08:00
Ziyao 6f26800d69 Add original README 2022-03-21 16:50:06 +08:00
Ziyao 553497aeb4 Add README 2022-03-21 16:49:51 +08:00
Ziyao 42b2e6ff49 Remove fenv 2022-03-21 16:49:38 +08:00
Ziyao 96cd685841 Remove /src/complex 2022-03-21 10:24:31 +08:00
Ziyao 6c7f6ca83b chore: Import original mussl-1.2.2 2022-03-20 16:48:53 +08:00
Ziyao ef0cf800f1
Initial commit 2022-03-20 16:39:11 +08:00