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: native gdb.sum gdb.base/interrupt.exp


On Fri, Aug 03, 2001 at 07:56:55PM +0200, Jan Hubicka wrote:
> BTW I believee that the current aligna code keeps stack missaligned
> and alignes the returned poitner.  I will check.

Yes, it would.

I'm thinking it would be best to hook into expand_main_function,
and call allocate_dynamic_stack_space with some new arguments to
get it to align the stack but do little else.

Control this behaviour of expand_main_function with a define such
as FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN or something.


r~


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