Re: [Tinycc-devel] overflow in R_X86_64_PC32 relocations

2012-06-01 Thread Michael Matz

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
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


[Tinycc-devel] overflow in R_X86_64_PC32 relocations

2012-05-31 Thread Thomas Preud'homme
Greetings everyone,

I've just received a bug report [1] about overflow occuring with R_X86_64_PC32 
relocations when a library is compiled with tcc. More details can be found on 
the bug report, including how to reproduce the problems. I don't have time to 
look at it in the next weeks (possibly until end of august) so feel free to 
investigate if you care about this bug. I checked against the mob branch and 
this bug do apply so it is not a bug coming from Debian.

[1] http://bugs.debian.org/675024

Best regards,

Thomas Preud'homme


signature.asc
Description: This is a digitally signed message part.
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel