]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm.c (use_return_insn): Do not use a single return instruction for interrupt handelr...
authorNick Clifton <nickc@redhat.com>
Fri, 24 Jan 2003 15:50:44 +0000 (15:50 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 24 Jan 2003 15:50:44 +0000 (15:50 +0000)
commit06bea5aa22da3dbda70f4b4670b484884aadb163
treec35bbb2cf486a8347d43afaca2a8ca678ad729c8
parent3a8699c7ab42ef0e974edaa2c02f3356613a449e
arm.c (use_return_insn): Do not use a single return instruction for interrupt handelrs which have to...

* config/arm/arm.c (use_return_insn): Do not use a single return instruction
for interrupt handelrs which have to create a stack frame.
(arm_expand_prologue): Do not pre-bias the return address of interrupt handlers
which create a stack frame.

From-SVN: r61698
gcc/ChangeLog
gcc/config/arm/arm.c