picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj unwind info for exceptions.

* config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
        unwind info for exceptions.

From-SVN: r165369
This commit is contained in:
Hariharan Sandanagobalane 2010-10-12 12:41:52 +00:00 committed by Hariharan Sandanagobalane
parent 38ef8ebee3
commit 83e350f71b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
* config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
unwind info for exceptions.
2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR testsuite/45851

View File

@ -327,7 +327,7 @@ static char picochip_get_vliw_alu_id (void);
#define TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE picochip_option_override
#undef TARGET_EXCEPT_UNWIND_INFO
#define TARGET_EXCEPT_UNWIND_INFO picochip_except_unwind_info
#define TARGET_EXCEPT_UNWIND_INFO sjlj_except_unwind_info
struct gcc_target targetm = TARGET_INITIALIZER;