[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] global variables in tcc
From: |
Lluís Batlle i Rossell |
Subject: |
[Tinycc-devel] global variables in tcc |
Date: |
Mon, 1 Apr 2013 13:20:22 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hello,
I'm testing tcc 0.9.26, and I see that for global variables liek this:
int x;
It generates a 'B' symbols (nm naming). But gcc and clang generate 'C' symbols.
That
makes tcc generate errors (or warnings?) linking. It says error, but it links.
Is this a tcc problem?
Regards,
Lluís.
- [Tinycc-devel] global variables in tcc,
Lluís Batlle i Rossell <=
- Re: [Tinycc-devel] global variables in tcc, Rob, 2013/04/01
- Re: [Tinycc-devel] global variables in tcc, Lluís Batlle i Rossell, 2013/04/01
- Re: [Tinycc-devel] global variables in tcc, Daniel Glöckner, 2013/04/01
- Re: [Tinycc-devel] global variables in tcc, Lluís Batlle i Rossell, 2013/04/01
- Re: [Tinycc-devel] global variables in tcc, Rob, 2013/04/01
- Re: [Tinycc-devel] global variables in tcc, Lluís Batlle i Rossell, 2013/04/02
- Re: [Tinycc-devel] global variables in tcc, Rob, 2013/04/02
- Re: [Tinycc-devel] global variables in tcc, grischka, 2013/04/02
- Re: [Tinycc-devel] global variables in tcc, Lluís Batlle i Rossell, 2013/04/02
- Re: [Tinycc-devel] global variables in tcc, Rob, 2013/04/04