]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj unwind info for exceptions.
authorHariharan Sandanagobalane <hariharan@picochip.com>
Tue, 12 Oct 2010 12:41:52 +0000 (12:41 +0000)
committerHariharan Sandanagobalane <hariharans@gcc.gnu.org>
Tue, 12 Oct 2010 12:41:52 +0000 (12:41 +0000)
        * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
        unwind info for exceptions.

From-SVN: r165369

gcc/ChangeLog
gcc/config/picochip/picochip.c

index 8de44b9a31deaeaadd65d3e4eec629d411358c35..cf4ca0f4b1f7feed99edfd189c41ea324ce4ef0a 100644 (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
index 8c6b294070beb5d735ed53044e62604e35596366..f494b957687e04a2e7b9baf48576a3f1e8ccd9a2 100644 (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;
 \f