Mail Archives: djgpp-workers/1998/01/08/03:55:40
On Wed, 7 Jan 1998, Andrew Crabtree wrote:
> > You are correct. The stack is aligned in crt0.s
> This is certainly a more elegant and simple place to put the fix.
> The only downside to it is that it requires crt1.c to be compiled
> with -mstack-align-double enabled as well (which is only available
> in pgcc, egcs and gcc don't have it).
Could you please explain why -mstack-align-double is necessary when
compiling crt1.c? I don't understand this, possibly because I don't
know what does that switch do exactly.
- Raw text -