This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
About STACK ALIGNMENT
- From: "Rohit Arul Raj" <rohitarulraj at gmail dot com>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Tue, 9 Jan 2007 15:16:59 +0530
- Subject: About STACK ALIGNMENT
Hello all,
1. How do i get the stack alignment size of a particular target?
Does #define STACK_BOUNDARY 32 serve this purpose?
2. Is it possible to override the STACK Alignment in ld file using ALIGN()?
3. Difference between stack alignment and data alignment?
Regards,
Rohit