CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2010/12/12 11:16:10

Modified files:
        libexec/ld.so/sparc: ldasm.S 

Log message:
Allocate a full C compiler-style stack frame that includes space for 6
extended word argument slots required by the ABI.
Apparently gcc4 uses them in cases where gcc3 didn't.  Fixes segmentation
faults with gcc4 because the space for the slots was colliding with
the space for dl_data that we allocated on the stack.

ok miod@, drahn@

Reply via email to