Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread/arch/arm
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 11/27/2001 23:16:10
Module Name: basesrc
Committed By: bjh21
Date: Tue Nov 27 21:16:10 UTC 2001
Modified Files:
basesrc/lib/libpthread/arch/arm [nathanw_sa]: _context_u.S
Log Message:
In GETC(), rather than faking a CPSR, save the real one if we're can, and
zero otherwise (ie if we're on a 26-bit CPU). I suspect this isn't actually
necessary, but it's cheap, and it should make it easier for debuggers and
suchlike to work out what's going on.
To generate a diff of this commit:
cvs rdiff -r1.1.2.7 -r1.1.2.8 basesrc/lib/libpthread/arch/arm/_context_u.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.