cvs commit: src/lib/libpthread/arch/i386/i386 thr_switch.S

John Baldwin jhb at FreeBSD.org
Mon Apr 21 10:21:21 PDT 2003


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 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