* config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
From-SVN: r165184
This commit is contained in:
parent
9adafb9fd1
commit
ab86687c53
@ -1,3 +1,7 @@
|
||||
2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
|
||||
|
||||
2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* config/sparc/sparc-protos.h (function_arg_advance, function-arg):
|
||||
|
@ -2837,6 +2837,9 @@ rx_memory_move_cost (enum machine_mode mode, enum reg_class regclass, bool in)
|
||||
#undef TARGET_OPTION_OPTIMIZATION
|
||||
#define TARGET_OPTION_OPTIMIZATION rx_option_optimization
|
||||
|
||||
#undef TARGET_EXCEPT_UNWIND_INFO
|
||||
#define TARGET_EXCEPT_UNWIND_INFO sjlj_except_unwind_info
|
||||
|
||||
struct gcc_target targetm = TARGET_INITIALIZER;
|
||||
|
||||
/* #include "gt-rx.h" */
|
||||
|
Loading…
Reference in New Issue
Block a user