Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [nathanw_sa] basesrc/lib/libpthread/arch/i386



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.




Home | Main Index | Thread Index | Old Index