search for: 8ebe835

Displaying 2 results from an estimated 2 matches for "8ebe835".

Did you mean: 8e0be83
2019 Jan 19
0
[klibc:master] Delete remnants of m32r
...If you're cross-compiling, you need to set KLIBCARCH to the h8300: Not yet ported i386: Working ia64: Working static, shared untested - m32r: Untested m68k: Working mips: Working mips64: Working diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 8ebe835..94b9af2 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -30,7 +30,7 @@ void _exit,exit::_exit(int); * stubs, due to the no-stack requirement. These are the * architectures which do not. */ -<alpha,m32r,ppc,ppc64,sh,s390,s390x> pid_t vfork(); +<alpha,ppc,ppc64,sh...
2019 Jan 18
0
[klibc:master] Add RISC-V (RV64) port
...\ + .type symbol, @function; \ +symbol: + +/* + * END - mark end of function + */ +#define END(function) \ + .size function, . - function + + +#endif /* _MACHINE_ASM_H */ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 64d7b0c..8ebe835 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -21,7 +21,7 @@ void _exit,exit::_exit(int); <?!ia64> pid_t clone::__clone(unsigned long, void *); <?ia64> pid_t clone::__clone2(unsigned long, void *, void *); # if ! _KLIBC_NO_MMU -<!sparc,sparc64,ia64,arm64>...