]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips.c (mips_frame_barrier): New function.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 2 Oct 2011 17:46:11 +0000 (17:46 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 2 Oct 2011 17:46:11 +0000 (17:46 +0000)
commitd9b59f5634a62064c652b54dc1a9dc8710261a93
treef4f721790d5f713ce0d49c08edba1191d96636be
parent31045a25f33215ed30bfc4f7166c461a2cc92094
mips.c (mips_frame_barrier): New function.

gcc/
* config/mips/mips.c (mips_frame_barrier): New function.
(mips_expand_prologue): Call it after allocating stack space.
(mips_deallocate_stack): New function.
(mips_expand_epilogue): Call mips_frame_barrier and
mips_deallocate_stack.

gcc/testsuite/
* gcc.target/mips/stack-1.c: New test.

From-SVN: r179432
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/stack-1.c [new file with mode: 0644]