Re: PATCH: Check Pmode in lwp_slwpcb

2012-03-11 Thread Uros Bizjak
On Sat, Mar 10, 2012 at 8:13 PM, H.J. Lu wrote: > > Pmode may be SImode for TARGET_64BIT.  This patch checks Pmode instead > of TARGET_64BIT in lwp_slwpcb.  Tested on Linux/x86-64.  OK for trunk? > > 2012-03-02  H.J. Lu   > >        * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of >    

PATCH: Check Pmode in lwp_slwpcb

2012-03-10 Thread H.J. Lu
Hi, Pmode may be SImode for TARGET_64BIT. This patch checks Pmode instead of TARGET_64BIT in lwp_slwpcb. Tested on Linux/x86-64. OK for trunk? Thanks. H.J. --- 2012-03-02 H.J. Lu * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of TARGET_64BIT. diff --git a/gcc/co