Re: [Tinycc-devel] Feature requests and bug report

2009-02-16 Thread grischka
Arlen Keshabyan wrote: Hello, My name is Arlen. I'm a programmer from Russia, so I'm sorry for my bad English in advance. First, let me thank you all (to whom it concerns) for TCC, for the little precious Perl among the open source projects. Honestly, I've used it as a scripting engine for my

Re: [Tinycc-devel] I need help adding custom sections to a c program

2009-02-16 Thread grischka
Simon Lehmayr wrote: Hello tinycc-fans, I must add 2 custom sections to a program called myinit and mynoinit. When I write a litte program to test that: int myvar __attribute__ ((aligned(8), section(.myinit))); void main() { myvar=10; printf(%u,myvar); } I get a exe file (windows) but