]> git.ipfire.org Git - thirdparty/gcc.git/commit
Patches to fix sibcall unwind info problems.
authorDavid Mosberger <davidm@hpl.hp.com>
Thu, 13 Jan 2005 05:57:05 +0000 (05:57 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 13 Jan 2005 05:57:05 +0000 (21:57 -0800)
commit0feb4325695830cadc796ddaa2fbac1b0b9c05a2
treedd4ab97ab67167910d8df17f16ab0a84098519f3
parent968fc3847a9da0c0a17d19d5791795351a4f9b24
Patches to fix sibcall unwind info problems.

PR target/18987
* config/ia64/ia64.c (process_set): For alloc insn, only call
process_epilogue is !frame_pointer_needed.
PR target/13158
* config/ia64/ia64.c (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on
sibcall alloc instruction.
(process_set): Handle sibcall alloc instruction.

Co-Authored-By: James E Wilson <wilson@specifixinc.com>
From-SVN: r93595
gcc/ChangeLog
gcc/config/ia64/ia64.c