libgcc2.c (find_exception_handler): Subtract one from our PC when looking for a handl...
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 18 Sep 1997 01:23:34 +0000 (01:23 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 18 Sep 1997 01:23:34 +0000 (21:23 -0400)
commit4f870c0425a0c03ddc1535d2e8469a28ddc105cc
treed7cf840b09538a089b4015c393caa2b4c008faaa
parent4eb66248bf9ba2c160f05da1b684412c17374aff
libgcc2.c (find_exception_handler): Subtract one from our PC when looking for a handler...

* libgcc2.c (find_exception_handler): Subtract one from our PC when
  looking for a handler, to avoid hitting the beginning of the next
  region.

* except.c (expand_builtin_set_return_addr_reg): Use force_operand.

From-SVN: r15534
gcc/ChangeLog
gcc/except.c
gcc/libgcc2.c