This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: How to declare tiny varaiable
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: "K. Ahmed Feroz" <feroz at acmet dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Thu, 1 Apr 2004 16:33:13 +0930
- Subject: Re: How to declare tiny varaiable
- References: <000901c417ad$fbb09010$7200a8c0@FEROZ>
On Thu, Apr 01, 2004 at 11:25:47AM +0530, K. Ahmed Feroz wrote:
> When GAS assembler will create .tbss section. How to qualify a variable
> as "tiny" in the 'C' source file. Please tell me.
>
> For Example
> int a; <-- I want to declare this variable as tiny. I wanted to check
> assembler behaviour for tiny sections.
The "t" in .tbss stands for "thread", not "tiny".
__thread int a;
--
Alan Modra
IBM OzLabs - Linux Technology Centre