mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-17 05:10:28 +08:00
spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to sjlj_except_unwind_info.
* config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to sjlj_except_unwind_info. From-SVN: r164872
This commit is contained in:
parent
731fc5f040
commit
1ae3762df9
@ -1,3 +1,8 @@
|
||||
2010-10-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
* config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
|
||||
sjlj_except_unwind_info.
|
||||
|
||||
2010-10-01 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* configure.ac: Define the nop insn for avr*-*-*
|
||||
|
@ -472,6 +472,9 @@ static const struct attribute_spec spu_attribute_table[] =
|
||||
#undef TARGET_OPTION_OPTIMIZATION
|
||||
#define TARGET_OPTION_OPTIMIZATION spu_option_optimization
|
||||
|
||||
#undef TARGET_EXCEPT_UNWIND_INFO
|
||||
#define TARGET_EXCEPT_UNWIND_INFO sjlj_except_unwind_info
|
||||
|
||||
struct gcc_target targetm = TARGET_INITIALIZER;
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user