Re: [Tinycc-devel] Support for indirect function in external modules

2010-08-10 Thread vin amiot
OT entry in a shared object." Best regards, Thomas Preud'homme ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tinycc-devel -- Best regards Vin Amiot vin.am...@gmail.com 425-220-0378

Re: [Tinycc-devel] Support for indirect function in external modules

2010-08-09 Thread Vin Amiot
Great Job! I will check it out shortly: does it mean tcc can be botstrapped on Linux now? Best regards Vin On 8/9/10, Thomas Preud'homme wrote: > Hi all, > > last version of GNU libc uses symbol with indirect function type (also known > as STT_GNU_IFUNC) in its recent versions on x86_64 architect

Re: [Tinycc-devel] tinycc 0.9.25 x86_64 on Fedora 12

2010-08-03 Thread Vin Amiot
erp[] = "/lib/ld-uClibc.so.0"; #else ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tinycc-devel -- -- Best regards   Vin Amiot vin.am...@gmail.com 425-220-0378         <>___ Tinycc-devel mailing list Tinycc-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tinycc-devel

[Tinycc-devel] Any-one working on the 'i' relocation issue???

2010-07-30 Thread Vin Amiot
'i' (not 'T') relocations are now used in the recent versions of Linux. (a GNU extension) Some of them are in the libgc used by tcc (its linker), alas the tcc linker does not support the new relocation type In particular this makes bootstrapping of tcc not (no longer) possible Eiffel cannot us