Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread/arch/i386
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 09/06/2002 20:37:53
Module Name:	basesrc
Committed By:	nathanw
Date:		Fri Sep  6 17:37:53 UTC 2002

Modified Files:
	basesrc/lib/libpthread/arch/i386 [nathanw_sa]: pthread_switch.S

Log Message:
Ensure that stack regions allocated for storing ucontext_t's are
aligned to 16-byte boundaries; this ensures that the XMM save areas
are also 16-byte aligned, which is a requirement for use of the fxsave
and fxrstor instructions.


To generate a diff of this commit:
cvs rdiff -r1.1.2.13 -r1.1.2.14 \
    basesrc/lib/libpthread/arch/i386/pthread_switch.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.