1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/lib/libkse/arch
Peter Wemm 30a62d30f4 Apply a second fix for stack alignment with libkse. This time, enter the
UTS with the stack correctly aligned.  Also, while here, use an indirect
jump rather than the pushq/ret hack.

This fixes threaded apps that use floating point for me, although
it hasn't solved all the problems.  It is an improvement though.
Preservation of the 128 byte red zone hasn't been resolved yet.

Approved by:  re (scottl)
2003-12-05 01:41:43 +00:00
..
amd64 Apply a second fix for stack alignment with libkse. This time, enter the 2003-12-05 01:41:43 +00:00
i386 Eliminate two pushl by using call instruction directly, this really 2003-11-29 14:25:43 +00:00
ia64
sparc64