Henry Kroll III
fb498eb925
selinux: correct ftruncate, fix bus error in tcc -run
2010-10-27 03:54:12 -07:00
Thomas Preud'homme
036d94112d
Remove ifdef STT_GNU_IFUNC test in tccrun.c
...
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.
2010-10-10 16:25:41 +02:00
Thomas Preud'homme
776364f395
Add support for __FreeBSD_kernel__ kernel
...
Add support for kfreebsd-i386 and kfreebsd-amd64 Debian arch with
thanks to Pierre Chifflier <chifflier@cpe.fr>.
2010-09-10 21:09:07 +02:00
Thomas Preud'homme
bcc9137a10
Add support for indirect functions as externals.
...
Add link support to use indirect functions defined in external modules
2010-08-09 20:20:09 +02:00
Daniel Glöckner
20a1cba286
ARM: implement rt_get_caller_pc
2010-05-14 14:22:32 +02:00
Daniel Glöckner
741841d863
ARM: allow jumps > 32MB on -run
...
This is needed to reach tinycc's PLT from the compiled program.
2010-05-14 13:07:59 +02:00
Henry Kroll III
2ab42855cb
make --with-selinux work with libtcc, too
2010-04-24 03:28:54 -07:00
Henry Kroll III
be7e339d8a
Use mmap instead of exec mem for Selinux machines. Fixes crash on Fedora.
2010-04-20 23:43:02 -07:00
grischka
0de95730ad
build from multiple objects: fix other targets
2009-12-20 20:33:41 +01:00
grischka
50b040ef83
win64: add tiny unwind data for setjmp/longjmp
...
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.
2009-12-20 01:54:37 +01:00
grischka
88a3ccab9f
allow tcc be build from separate objects
...
If you want that, run: make NOTALLINONE=1
2009-12-20 01:53:49 +01:00
grischka
7fa712e00c
win32: enable bounds checker & exception handler
...
exception handler borrowed from k1w1. Thanks.
2009-12-19 22:22:43 +01:00
grischka
8bbde91f62
tcc_relocate: revert to 0.9.24 behavior
2009-12-19 22:16:23 +01:00
grischka
3db219477a
tccrun: new file
...
factor out -run support
2009-12-19 22:16:22 +01:00