This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to declare tiny varaiable


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]