mes/lib
Jan Nieuwenhuizen 350d94aa77
build: Support tcc, create tinycc-seed with tcc.
* configure: check for tcc.
* build-aux/cc32-mes.sh: Rename from cc-mes-gcc.sh.  Support
  tcc.  Update users.
* build-aux/build-cc32-mes.sh: Rename from build-mes-gcc.sh.  Update users.
* GNUmakefile (mes-tcc): New target.
* .gitignore: Ignore mes-tcc arch output.
* lib/crt1.c (_start): Add "rm" constraint so satisfy tcc.
* lib/linux-gcc.c (_sys_call, _sys_call1 _sys_call2 _sys_call3): Likewise.
2018-06-24 09:28:23 +02:00
..
x86-mes mescc: Update elf32-header for linux-4.17. 2018-06-16 08:32:12 +02:00
alloca.c mescc: Support gcc-3.4.0: alloca. 2018-06-06 19:44:29 +02:00
binutils.c mescc: Refactor debug and stub printing. 2018-06-10 14:07:19 +02:00
crt0.c mescc: Support less-patched tcc/gcc: Add crti and crtn. 2018-06-10 16:03:18 +02:00
crt1.c build: Support tcc, create tinycc-seed with tcc. 2018-06-24 09:28:23 +02:00
crti.c mescc: Support less-patched tcc/gcc: Add crti and crtn. 2018-06-10 16:03:18 +02:00
crtn.c mescc: Support less-patched tcc/gcc: Add crti and crtn. 2018-06-10 16:03:18 +02:00
gcc.c mescc: Support gnu toolchain: libtcc1. 2018-06-19 20:29:25 +02:00
getopt.c mescc: Support binutils-2.5.1. 2018-05-30 21:55:39 +02:00
glibc.c mescc: Refactor debug and stub printing. 2018-06-10 14:07:19 +02:00
libc+gnu.c mescc: Support gcc-3.4.0: alloca. 2018-06-06 19:44:29 +02:00
libc+tcc-gcc.c mescc: Support gnu toolchain: libtcc1. 2018-06-19 20:29:25 +02:00
libc+tcc-mes.c build: Use arch-dir. 2018-05-29 20:07:46 +02:00
libc+tcc.c mescc: Support binutils 2.20.1: vfprint, vsprintf: %llx. 2018-06-24 17:26:53 +02:00
libc-mini.c mescc: syscall: return only ever error -1, set errno. 2018-06-08 07:17:51 +02:00
libc.c mescc: Debugging oops. 2018-06-17 08:39:31 +02:00
libg.c mescc: Refactor debug and stub printing. 2018-06-10 14:07:19 +02:00
libgetopt.c mescc: Support binutils-2.5.1. 2018-05-30 21:55:39 +02:00
libmes.c mescc: Support binutils 2.15a: fread: read ungetc'd chars too. 2018-06-16 20:51:16 +02:00
libtcc1.c build: Support tcc, create tinycc-seed with tcc. 2018-06-24 09:28:23 +02:00
linux+gnu.c mescc: Support gcc-3.0: Implement alarm, setitimer. 2018-06-07 18:03:51 +02:00
linux+tcc.c mescc: Support binutils 2.15a: fread: read ungetc'd chars too. 2018-06-16 20:51:16 +02:00
linux-gcc.c build: Support tcc, create tinycc-seed with tcc. 2018-06-24 09:28:23 +02:00
linux-mes.c mescc: syscall: return only ever error -1, set errno. 2018-06-08 07:17:51 +02:00
linux-mini-gcc.c build: Support tcc, create tinycc-seed with tcc. 2018-06-24 09:28:23 +02:00
linux-mini-mes.c mescc: syscall: return only ever error -1, set errno. 2018-06-08 07:17:51 +02:00
linux.c mescc: Support binutils 2.15a: fread: read ungetc'd chars too. 2018-06-16 20:51:16 +02:00
m4.c mescc: Tinycc support: bcopy: Do not return void. 2018-06-17 14:16:05 +02:00