Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-18 Thread Thomas Preud'homme
Le mercredi 18 avril 2012 19:01:35, grischka a écrit : > Gabriel Corneanu wrote: > > Hi, > > I had the same problem. > > Why don't you just modify build-tcc.bat to build tcc with > > "-DONE_SOURCE" also (just like libtcc)? > > Which may fix YOUR problem but doesn't fix THE problem. > > Anyway, si

[Tinycc-devel] Some fixes for x86_64 and general code to enable compiling GCC

2012-04-18 Thread Michael Matz
Hi, I was bored the last weekend and stumbled over tinycc, tried compiling GCC with it, which breaks in multiple ways, sometimes not parsing stuff, sometimes miscompiling it, and thought about hacking some other compiler than GCC :) I just pushed nine patches to mob to fix all the problems I

Re: [Tinycc-devel] symtab_section

2012-04-18 Thread David Mertens
Wow, excellent! I looked over the patch and the changes were minimal, but they are 90% of what needs to happen. More importantly, I ran your code against my Perl bindings' test suite and it passed, where before it failed. I would still like to be able to have multiple not-yet-relocated TCCStates, a

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-18 Thread grischka
Gabriel Corneanu wrote: Hi, I had the same problem. Why don't you just modify build-tcc.bat to build tcc with "-DONE_SOURCE" also (just like libtcc)? Which may fix YOUR problem but doesn't fix THE problem. Anyway, since the CString wasn't zero-terminated either, I decided to do my contribution

Re: [Tinycc-devel] symtab_section

2012-04-18 Thread grischka
I pushed a small patch that should allow using tcc_get_symbol also for older states. Please test. http://repo.or.cz/w/tinycc.git/commitdiff/f98c2306a0857ad3f8800f91e0554a27adc7f675 Current state of multiple TCCStates usage summary: There are now two things you can do with TCCStates after tcc_re

Re: [Tinycc-devel] Current downloads

2012-04-18 Thread Thomas Preud'homme
Le mercredi 18 avril 2012 14:42:07, NightStrike a écrit : > The most recent download I can find is here: > > http://savannah.nongnu.org/files/?group=tinycc > > And it's from 2009. Is there a more recent release (as opposed to > downloading some revision from git)? If not, can there be? :) The

Re: [Tinycc-devel] Current downloads

2012-04-18 Thread Réjean Loyer
+1 -redj On Wed, Apr 18, 2012 at 8:42 AM, NightStrike wrote: > The most recent download I can find is here: > > http://savannah.nongnu.org/files/?group=tinycc > > And it's from 2009. Is there a more recent release (as opposed to > downloading some revision from git)? If not, can there be? :) >

[Tinycc-devel] Current downloads

2012-04-18 Thread NightStrike
The most recent download I can find is here: http://savannah.nongnu.org/files/?group=tinycc And it's from 2009. Is there a more recent release (as opposed to downloading some revision from git)? If not, can there be? :) ___ Tinycc-devel mailing list