How to declare tiny varaiable

Ben Elliston bje@au.ibm.com
Thu Apr 1 07:13:00 GMT 2004


"K. Ahmed Feroz" <feroz@acmet.com> writes:

> When GAS assembler will create .tbss section. How to qualify a
> variable as "tiny" in the 'C' source file.  Please tell me.

You can use variable attributes to specify that a variable be placed
in a specific section.  Take a look at:

  http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html

Ben



More information about the Binutils mailing list