This is the mail archive of the gcc-bugs@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]

Re: continuing egcs-1.1 problems


>>>>> Gary Thomas writes:

Gary> How is it possible that the stack remain 16 byte aligned when an object
Gary> (the trampoline code) of only 40 bytes is being created [on the stack]?

	While a 40 byte object may be created on the stack, the next
allocation of an object that must be aligned, like a new stack frame, will
round up the address to the stack alignment boundary.

David


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