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
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
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
'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