How to declare tiny varaiable
Alan Modra
amodra@bigpond.net.au
Thu Apr 1 07:03:00 GMT 2004
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
More information about the Binutils
mailing list