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