* config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.

From-SVN: r165184
This commit is contained in:
Nathan Froyd 2010-10-08 13:41:54 +00:00 committed by Nathan Froyd
parent 9adafb9fd1
commit ab86687c53
2 changed files with 7 additions and 0 deletions

View File

@ -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):

View File

@ -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" */