re PR target/86797 (msp430 port needs updating for CVE-2017-5753)

PR target/86797
	* config/msp430/msp430.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
	Define to speculation_safe_value_not_needed.

From-SVN: r263259
This commit is contained in:
Nick Clifton 2018-08-02 14:02:32 +00:00 committed by Nick Clifton
parent 1169a206df
commit 7c9f1147b8
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -3871,6 +3871,9 @@ msp430_can_change_mode_class (machine_mode from, machine_mode to, reg_class_t)
return true;
}
#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-msp430.h"