This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: stack frame of gcc?
- To: Freeman dot Wang at Marconi dot com, gcc at gcc dot gnu dot org
- Subject: Re: stack frame of gcc?
- From: dewar at gnat dot com
- Date: Thu, 16 Aug 2001 19:29:31 -0400 (EDT)
>>but there are still some functions have a strange header.
What would seem strange to you? Obviously functions may or may not have
a stack frame, the two instructions you specified establish a null frame,
which of course is not appropriate for many functions.