Commit 83e350f7 by Hariharan Sandanagobalane Committed by Hariharan Sandanagobalane

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
parent 38ef8ebe
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
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment