cvs commit: src/lib/libpthread/arch/amd64/amd64 context.S

Peter Wemm peter at FreeBSD.org
Fri Oct 17 09:30:10 PDT 2003


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


More information about the cvs-src mailing list