mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
38ef8ebee3
commit
83e350f71b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue