Date: Fri, 17 Oct 2003 09:30:09 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/amd64/amd64 context.S Message-ID: <200310171630.h9HGU9i1017210@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/10/17 09:30:09 PDT FreeBSD src repository Modified files: lib/libpthread/arch/amd64/amd64 context.S Log: Update context code for my last ABI breakage of mcontext. I'm worried about the fpu code here. It should be using fxsave/fxrstor instead of saving/restoring the control word. The SSE registers are used a lot in gcc generated code on amd64. I'm not sure how this all fits together though. Revision Changes Path 1.4 +8 -7 src/lib/libpthread/arch/amd64/amd64/context.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310171630.h9HGU9i1017210>