]> gcc.gnu.org Git - gcc.git/commit
Fix an unwinding bug for functions with dynamic stack frames.
authorWalter Lee <walt@tilera.com>
Wed, 7 Mar 2012 17:58:52 +0000 (17:58 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Wed, 7 Mar 2012 17:58:52 +0000 (17:58 +0000)
commit95f2389a7d909045ccbe7475945f823eabf91a03
tree1f246a231a409cfe684156447a6b6c50bd088cf0
parent5869104b39a940b7845b3546c510cad63cd791a2
Fix an unwinding bug for functions with dynamic stack frames.

* config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
REG_CFA_* notes for the stack pointer.
(tilegx_expand_epilogue): Restore stack pointer by adjusting it by
EH_RETURN_STACKADJ_RTX.
* config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
generate REG_CFA_* notes for the stack pointer.
(tilepro_expand_epilogue): Restore stack pointer by adjusting it
by EH_RETURN_STACKADJ_RTX.

From-SVN: r185070
gcc/ChangeLog
gcc/config/tilegx/tilegx.c
gcc/config/tilepro/tilepro.c
This page took 0.07084 seconds and 5 git commands to generate.