Fixed g++ newlib, still fixing _start

This commit is contained in:
fares
2019-11-16 14:51:20 -05:00
11 changed files with 81179 additions and 81461 deletions

View File

@@ -18,6 +18,9 @@
#define FILE_IO_WRITE 0x71000000
#define FILE_IO_READ 0x72000000
#ifdef __cplusplus
extern "C" {
#endif
typedef void (*funct_t)(void);
@@ -257,3 +260,6 @@ void _link()
#ifdef __cplusplus
}
#endif