cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S
David Xu
davidxu at freebsd.org
Mon Apr 21 20:32:07 PDT 2003
----- Original Message -----
From: "John Baldwin" <jhb at FreeBSD.org>
To: "Daniel Eischen" <deischen at FreeBSD.org>
Cc: <cvs-all at FreeBSD.org>; <cvs-src at FreeBSD.org>; <src-committers at FreeBSD.org>
Sent: Tuesday, April 22, 2003 1:21 AM
Subject: RE: cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S
>
> On 21-Apr-2003 Daniel Eischen wrote:
> > deischen 2003/04/20 20:59:07 PDT
> >
> > FreeBSD src repository
> >
> > Modified files:
> > lib/libpthread/arch/i386/i386 thr_switch.S
> > Log:
> > Use popfl to get the flags off the stack instead of popf.
>
> This shouldn't matter as gas will infer the 'l' or 'w' suffix for the
> instruction for you. Specifically, gas will use popfl in .code32
> (which is what gcc outputs and what gas defaults to) and popfw in
> .code16 code.
>
This is a cosmetic change. :-)
> --
>
> John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
More information about the cvs-src
mailing list