| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | selinux: correct ftruncate, fix bus error in tcc -run | Henry Kroll III | 2010-10-27 | 1 | -2/+3 |
| | | |||||
| * | Remove ifdef STT_GNU_IFUNC test in tccrun.c | Thomas Preud'homme | 2010-10-10 | 1 | -5/+1 |
| | | | | | | | STT_GNU_IFUNC is always defined (there is no conditional definition of it) so the ifdef test for STT_GNU_IFUNC in tccrun.c has no reason to be. | ||||
| * | Add support for __FreeBSD_kernel__ kernel | Thomas Preud'homme | 2010-09-10 | 1 | -4/+4 |
| | | | | | | Add support for kfreebsd-i386 and kfreebsd-amd64 Debian arch with thanks to Pierre Chifflier <chifflier@cpe.fr>. | ||||
| * | Add support for indirect functions as externals. | Thomas Preud'homme | 2010-08-09 | 1 | -1/+5 |
| | | | | | Add link support to use indirect functions defined in external modules | ||||
| * | ARM: implement rt_get_caller_pc | Daniel Glöckner | 2010-05-14 | 1 | -0/+44 |
| | | |||||
| * | ARM: allow jumps > 32MB on -run | Daniel Glöckner | 2010-05-14 | 1 | -2/+2 |
| | | | | | This is needed to reach tinycc's PLT from the compiled program. | ||||
| * | make --with-selinux work with libtcc, too | Henry Kroll III | 2010-04-24 | 1 | -34/+26 |
| | | |||||
| * | Use mmap instead of exec mem for Selinux machines. Fixes crash on Fedora. | Henry Kroll III | 2010-04-20 | 1 | -4/+33 |
| | | |||||
| * | build from multiple objects: fix other targets | grischka | 2009-12-20 | 1 | -2/+2 |
| | | |||||
| * | win64: add tiny unwind data for setjmp/longjmp | grischka | 2009-12-20 | 1 | -0/+7 |
| | | | | | | | | | | This enables native unwind semantics with longjmp on win64 by putting an entry into the .pdata section for each compiled fuction. Also, the function now use a fixed stack and store arguments into X(%rsp) rather than using push. | ||||
| * | allow tcc be build from separate objects | grischka | 2009-12-20 | 1 | -21/+22 |
| | | | | | If you want that, run: make NOTALLINONE=1 | ||||
| * | win32: enable bounds checker & exception handler | grischka | 2009-12-19 | 1 | -242/+321 |
| | | | | | exception handler borrowed from k1w1. Thanks. | ||||
| * | tcc_relocate: revert to 0.9.24 behavior | grischka | 2009-12-19 | 1 | -15/+20 |
| | | |||||
| * | tccrun: new file | grischka | 2009-12-19 | 1 | -0/+518 |
| factor out -run support | |||||
