Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 11:33:51 +0800
From:      "David Xu" <davidxu@freebsd.org>
To:        "John Baldwin" <jhb@FreeBSD.org>, "Daniel Eischen" <deischen@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S
Message-ID:  <002901c3087f$fe0fc120$f001a8c0@davidw2k>
References:  <XFMail.20030421132118.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message -----=20
From: "John Baldwin" <jhb@FreeBSD.org>
To: "Daniel Eischen" <deischen@FreeBSD.org>
Cc: <cvs-all@FreeBSD.org>; <cvs-src@FreeBSD.org>; =
<src-committers@FreeBSD.org>
Sent: Tuesday, April 22, 2003 1:21 AM
Subject: RE: cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S


>=20
> On 21-Apr-2003 Daniel Eischen wrote:
> > deischen    2003/04/20 20:59:07 PDT
> >=20
> >   FreeBSD src repository
> >=20
> >   Modified files:
> >     lib/libpthread/arch/i386/i386 thr_switch.S=20
> >   Log:
> >   Use popfl to get the flags off the stack instead of popf.
>=20
> 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.
>=20

This is a cosmetic change. :-)

> --=20
>=20
> John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
> "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002901c3087f$fe0fc120$f001a8c0>