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


"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


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