Re: [Tinycc-devel] x86_64 static link fix

2019-01-13 Thread Kurt Nalty
Michael Matz's changes to TCC fixing x86_64 static linking work well with both musl and uClibc-0.9.30. After simple initial hello.c, I then recompiled tcc using tcc in the environments with no problems or complaints. Thank-you to Michael Matz! ___

Re: [Tinycc-devel] x86_64 static link fix

2019-01-12 Thread Michael Matz
Hi, On Wed, 9 Jan 2019, Kurt Nalty wrote: After firing up gdb, and tracing through a few combinations of static and dynamically linked object files, I have determined that the segfaults were due to usage of procedure linking tables (.plt) with the statically linked process. The plt addresses

[Tinycc-devel] x86_64 static link fix

2019-01-09 Thread Kurt Nalty
After firing up gdb, and tracing through a few combinations of static and dynamically linked object files, I have determined that the segfaults were due to usage of procedure linking tables (.plt) with the statically linked process. The plt addresses are not corrected when static loaded, but