diff options
Diffstat (limited to 'gcc/config/rx/rx.cc')
-rw-r--r-- | gcc/config/rx/rx.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rx/rx.cc b/gcc/config/rx/rx.cc index 00242e8..daf03ca 100644 --- a/gcc/config/rx/rx.cc +++ b/gcc/config/rx/rx.cc @@ -3821,6 +3821,9 @@ rx_c_mode_for_floating_type (enum tree_index ti) #undef TARGET_C_MODE_FOR_FLOATING_TYPE #define TARGET_C_MODE_FOR_FLOATING_TYPE rx_c_mode_for_floating_type +#undef TARGET_DOCUMENTATION_NAME +#define TARGET_DOCUMENTATION_NAME "RX" + struct gcc_target targetm = TARGET_INITIALIZER; #include "gt-rx.h" |