mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-21 04:14:18 +08:00
Fix all testcases for openbsd except dlltest. Remember dlopen calls and use them to fix openbsd dlsym problem Use crtbeginS.o/crtendS.o for DLL for bsd Do not include -ldl for __NetBSD__ Redirect malloc, realloc, ..., free for bsd Align stack in tests/asm-c-connect-*.c for x86_64 Remove -B in tests/pp/Makefile (not supported on bsd) |
||
|---|---|---|
| .. | ||
| 01.c | ||
| 01.expect | ||
| 02.c | ||
| 02.expect | ||
| 03.c | ||
| 03.expect | ||
| 04.c | ||
| 04.expect | ||
| 05.c | ||
| 05.expect | ||
| 06.c | ||
| 06.expect | ||
| 07.c | ||
| 07.expect | ||
| 08.c | ||
| 08.expect | ||
| 09.c | ||
| 09.expect | ||
| 10.c | ||
| 10.expect | ||
| 11.c | ||
| 11.expect | ||
| 12.expect | ||
| 12.S | ||
| 13.expect | ||
| 13.S | ||
| 14.c | ||
| 14.expect | ||
| 15.c | ||
| 15.expect | ||
| 16.c | ||
| 16.expect | ||
| 17.c | ||
| 17.expect | ||
| 18.c | ||
| 18.expect | ||
| 19.c | ||
| 19.expect | ||
| 20.c | ||
| 20.expect | ||
| 21.c | ||
| 21.expect | ||
| Makefile | ||
| pp-counter.c | ||
| pp-counter.expect | ||