[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 */
+1 -1
View File
@@ -9,13 +9,13 @@
* 2021-02-11 lizhirui add gp support
*/
#include <stddef.h>
#include <rthw.h>
#include <rtthread.h>
#include "cpuport.h"
#include "stack.h"
/**
* @brief from thread used interrupt context switch
*