mes/lib
Danny Milosavljevic 83d8e41020
Add initial ARM implementation.
* include/linux/arm/syscall.h: New file.
* lib/arm-mes/arm.M1: New file.
* lib/arm-mes/elf-0footer.hex2: New file.
* lib/arm-mes/elf32-0header.hex2: New file.
* lib/arm-mes/elf32-body-exit-42.hex2: New file.
* lib/arm-mes/elf32-footer-single-main.hex2: New file.
* lib/arm-mes/elf32-header.hex2: New file.
* lib/arm-mes-mescc/exit-42.c: New file.
* lib/arm-mes-mescc/setjmp.c: New file.
* module/mescc/armv4/as.scm: New file.
* module/mescc/armv4/info.scm: New file.
* module/mescc/M1.scm (hex2:offset2): New procedure.
* module/mescc/mescc.scm: Include (mescc armv4 info).
(hex2:offset3): New procedure.
(info->M1): Use them.
* build-aux/build-guile.sh: Compile them.
2019-09-09 18:33:51 +02:00
..
arm-mes Add initial ARM implementation. 2019-09-09 18:33:51 +02:00
arm-mes-mescc Add initial ARM implementation. 2019-09-09 18:33:51 +02:00
ctype build: Simplify. 2019-06-08 15:36:22 +02:00
dirent build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
linux signal: Use SA_RESTORER on x86-64. 2019-09-09 16:04:15 +02:00
math mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
mes ldiv: Make rem < 0 if a < 0. 2019-09-09 16:04:13 +02:00
posix getopt: Remove old FSF address, thanks Vagrant. 2019-09-09 16:04:15 +02:00
stdio mescc: Mes C Library: Have write behave well with buffered reads. 2019-07-28 13:01:37 +02:00
stdlib build: Simplify. 2019-06-08 15:36:22 +02:00
string build: Simplify. 2019-06-08 15:36:22 +02:00
stub build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
tests Add missing #include. 2019-09-09 16:04:15 +02:00
x86-mes porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-gcc porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
x86_64-mes porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-gcc porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
libtcc1.c mescc: Support tcc: libtcc1 build fixes. 2019-07-23 20:38:29 +02:00