objc-act.c (objc_eh_personality): Select personality name on runtime.
authorIain Sandoe <iains@gcc.gnu.org>
Sat, 18 Dec 2010 11:28:46 +0000 (11:28 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 18 Dec 2010 11:28:46 +0000 (11:28 +0000)
commit5287cfd5944f7329c956ccd6c7ebf7c943e35b4a
treed9eecc4792d7fa400b89788724c58a79b13bb089
parent628c4eee537f82b0422fb0990ee75384bf7e984e
objc-act.c (objc_eh_personality): Select personality name on runtime.

gcc/objc:

* objc/objc-act.c (objc_eh_personality): Select personality name on
runtime.
(objc_init_exceptions): New.
(objc_begin_try_stmt): Use objc_init_exceptions.
(objc_build_throw_stmt): Likewise.

gcc/testsuite:

* fobjc-exceptions.m: Update dg-error syntax.

From-SVN: r168020
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/fobjc-exceptions.m