Commit 007b11a5 by Nick Clifton Committed by Nick Clifton

re PR target/86810 (v850 port needs updating for CVE-2017-5753)

	PR target/86810
	* config/v850/v850.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
	Define to speculation_safe_value_not_needed.

From-SVN: r263264
parent e3b4c729
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
2018-08-02 Nick Clifton <nickc@redhat.com> 2018-08-02 Nick Clifton <nickc@redhat.com>
PR target/86810
* config/v850/v850.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed.
PR target/86803 PR target/86803
* config/rx/rx.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): * config/rx/rx.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed. Define to speculation_safe_value_not_needed.
......
...@@ -3327,6 +3327,9 @@ v850_modes_tieable_p (machine_mode mode1, machine_mode mode2) ...@@ -3327,6 +3327,9 @@ v850_modes_tieable_p (machine_mode mode1, machine_mode mode2)
#undef TARGET_FLAGS_REGNUM #undef TARGET_FLAGS_REGNUM
#define TARGET_FLAGS_REGNUM 32 #define TARGET_FLAGS_REGNUM 32
#undef TARGET_HAVE_SPECULATION_SAFE_VALUE
#define TARGET_HAVE_SPECULATION_SAFE_VALUE speculation_safe_value_not_needed
struct gcc_target targetm = TARGET_INITIALIZER; struct gcc_target targetm = TARGET_INITIALIZER;
#include "gt-v850.h" #include "gt-v850.h"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment