rx.c (rx_option_optimization): Change to rx_override_options_after_change.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 15 Oct 2010 12:45:58 +0000 (13:45 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 15 Oct 2010 12:45:58 +0000 (13:45 +0100)
commita32b99ad60f2df32ed7122cc549afacf708ed492
tree5c11a9816a20d0390ef224d9b07b88e16f4f92ec
parent55bd9c35eb4196c89c571ebceff7fba7715d4e79
rx.c (rx_option_optimization): Change to rx_override_options_after_change.

* config/rx/rx.c (rx_option_optimization): Change to
rx_override_options_after_change.  Don't change
flag_lto_compression_level.  Don't check for changes to whether
FPU instructions can be used.  Check and set only
flag_finite_math_only, not other fast-math flags.
(rx_option_override): Call rx_override_options_after_change.
(TARGET_OPTION_OPTIMIZATION): Remove.
(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.

From-SVN: r165508
gcc/ChangeLog
gcc/config/rx/rx.c