[libc] remove rtlibc

This commit is contained in:
Bernard Xiong
2021-09-11 11:07:51 +08:00
parent 45440d2456
commit 8da9f78d72
24 changed files with 107 additions and 230 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ struct pt_regs {
* so it should be a part of pt_regs */
struct mips_fpu_struct fpu;
#endif
} __aligned(8);
} __attribute__((aligned(8)));
#endif
/* Note: For call stack o32 ABI has 0x8 shadowsoace Here */