Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2003 13:21:18 -0400 (EDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        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:  <XFMail.20030421132118.jhb@FreeBSD.org>
In-Reply-To: <200304210359.h3L3x74B043508@repoman.freebsd.org>

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

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.

-- 

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?XFMail.20030421132118.jhb>