Commit Graph

12 Commits

Author SHA1 Message Date
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 d49ef77f09 Fix library fenv 2022-04-06 08:36:42 +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 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 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