Re: [PATCH 08/10] addr32: Check Pmode instead of TARGET_64BIT

2012-03-04 Thread Uros Bizjak
On Fri, Mar 2, 2012 at 10:04 PM, H.J. Lu wrote: > Since stack register may be in SImode for TARGET_64BIT, this patch > checks Pmode to adjust stack in proper mode.  OK for trunk? > 2012-03-02  H.J. Lu   > >        * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode >        instead of

[PATCH 08/10] addr32: Check Pmode instead of TARGET_64BIT

2012-03-02 Thread H.J. Lu
Hi, Since stack register may be in SImode for TARGET_64BIT, this patch checks Pmode to adjust stack in proper mode. OK for trunk? Thanks. H.J. --- 2012-03-02 H.J. Lu * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode instead of TARGET_64BIT. diff --git a/gcc/con