mes/src
Jan Nieuwenhuizen 5a6d8c21e0
mescc: Mes C Library: Add x86_64 libc support.
* include/linux/x86_64/syscall.h: New file.
* include/linux/x86/syscall.h: New file.
* lib/linux/x86_64-mes-gcc/mes.c: New file.
* lib/linux/x86-mes/mes.c: Rename from lib/linux/mes.c.
* lib/linux/x86-mes-gcc/mes.c: Rename from lib/linux/gcc.c.
* lib/linux/libc.c: Update includes.
(waitpid)[__x86_64__]: Use wait4.
* build-aux/build-cc.sh: Build libc too.
* lib/x86-mes/x86.M1 (mov____0x8(%ebp),%esi): New macro.
2018-08-11 11:42:30 +02:00
..
gc.c mescc: Mes C Library: Add x86_64 libc support. 2018-08-11 11:42:30 +02:00
lib.c GNU Mes. 2018-07-22 14:24:36 +02:00
math.c GNU Mes. 2018-07-22 14:24:36 +02:00
mes.c mescc: Mes C Library: Add x86_64 libc support. 2018-08-11 11:42:30 +02:00
posix.c GNU Mes. 2018-07-22 14:24:36 +02:00
reader.c GNU Mes. 2018-07-22 14:24:36 +02:00
vector.c GNU Mes. 2018-07-22 14:24:36 +02:00