Re: [cft] aligning main's stack frame

2005-11-02 Thread Richard Henderson
After some more testing, I went ahead and committed this. r~

Re: [cft] aligning main's stack frame

2005-10-17 Thread Richard Henderson
On Mon, Oct 17, 2005 at 12:25:46PM +0200, Andi Kleen wrote: > > main: > > leal4(%esp), %ecx # create argument pointer > > andl$-16, %esp # align stack > > pushl -4(%ecx)# copy return address > > This will misaligned the call/ret

Re: [cft] aligning main's stack frame

2005-10-17 Thread Andi Kleen
Richard Henderson <[EMAIL PROTECTED]> writes: > main: > leal4(%esp), %ecx # create argument pointer > andl$-16, %esp# align stack > pushl -4(%ecx) # copy return address This will misaligned the call/ret stack in the CPU, leading t

Re: [cft] aligning main's stack frame

2005-10-16 Thread Kean Johnston
This should get more than just bootstrap testing. Anyone care to help out here? I'm bringing my mainline tree up to speed, as all the porting work I recently did was on the 4.0 branch, but once that's done I'll be glad to help out. Aside from the full testsuite, I will compile up Xorg and an int