Hi, On Thu, 31 May 2012, Thomas Preud'homme wrote:
I've just received a bug report [1] about overflow occuring with R_X86_64_PC32 relocations when a library is compiled with tcc.
Yep, shared libraries on x86-64 don't work correctly with TCC. It emits non-PIC code, which is fine for x86, but isn't for x86-64. One symptom are these overflows. Maybe one rainy weekend ... :)
Ciao, Michael. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
