re PR target/86803 (rx port needs updating for CVE-2017-5753)

PR target/86803
	* config/rx/rx.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
	Define to speculation_safe_value_not_needed.

From-SVN: r263263
This commit is contained in:
Nick Clifton 2018-08-02 14:35:10 +00:00 committed by Nick Clifton
parent ae5bdb7f3f
commit e3b4c72997
2 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,10 @@
2018-08-02 Nick Clifton <nickc@redhat.com>
PR target/86803
* config/rx/rx.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed.
PR target/86797
* config/msp430/msp430.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed.

View File

@ -3796,6 +3796,9 @@ rx_modes_tieable_p (machine_mode mode1, machine_mode mode2)
#undef TARGET_RTX_COSTS
#define TARGET_RTX_COSTS rx_rtx_costs
#undef TARGET_HAVE_SPECULATION_SAFE_VALUE
#define TARGET_HAVE_SPECULATION_SAFE_VALUE speculation_safe_value_not_needed
struct gcc_target targetm = TARGET_INITIALIZER;
#include "gt-rx.h"