* function.c (expand_function_end): Do not emit a jump to the "naked"
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Apr 2009 11:31:56 +0000 (11:31 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Apr 2009 11:31:56 +0000 (11:31 +0000)
commitb2ee26d5ec4780a243a5a6bbeff15011ef7fc5a8
tree869fe1a9b21d0e0d0899b90686c82c84b6ee0c49
parent51836a0c4250a0f35401e4505d81444eb802a986
* function.c (expand_function_end): Do not emit a jump to the "naked"
return label for fall-through returns.
* except.c (sjlj_emit_function_exit): Always place the call to the
unregister function at the location installed by expand_function_end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146570 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/except.c
gcc/function.c