Re: [Tinycc-devel] Windows debugger which understands tcc generated debug symbols?

2015-12-24 Thread Jeremy Kvurr
For some reason compiler creates the .stabst section, while gdb (from the mingw kit) waits for the .stabstr (with the "r" at the end). What am I doing wrong? Btw, I'm still playing with the version I downloaded from the main site, which is probably outdated a bit? On Sun, Dec 20, 2015 at 1:51 AM

Re: [Tinycc-devel] segmentation fault on any code compiled by tcc with glibc 2.21

2015-12-24 Thread Vincent Lefevre
On 2015-12-17 07:24:09 +0100, Michael Matz wrote: > Hi, > > On Tue, 15 Dec 2015, Vincent Lefevre wrote: > > > > With glibc 2.21 (Debian/unstable on x86_64), on any code compiled by > > > tcc segfaults. This occurs with both old tcc (tcc > > > 0.9.27~git20140923.9d7fb33-3 Debian package) and mob.