This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Linker command line argument


Hello,
	I am trying to get the linker to align every variable inside
of the bss section on a 4 byte boundary.  Does anyone know if
there is a linker command line argument that will force all variables
in this section to be aligned on a 4 byte boundary?  If not, is there
another way to make this happen without using the __attribute__
method on the individual variables?

Thanks for the help,
Rodney



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