Commit 01557bd4 by Nick Clifton Committed by Nick Clifton

re PR target/86813 (xstormy16 port needs updating for CVE-2017-5753)

	PR target/86813
	* config/stormy16/stormy16.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
	Define to speculation_safe_value_not_needed.

From-SVN: r263266
parent 77e0a97a
...@@ -27,6 +27,14 @@ ...@@ -27,6 +27,14 @@
2018-08-02 Nick Clifton <nickc@redhat.com> 2018-08-02 Nick Clifton <nickc@redhat.com>
PR target/86813
* config/stormy16/stormy16.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed.
PR target/86810
* config/v850/v850.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed.
PR target/86810 PR target/86810
* config/v850/v850.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): * config/v850/v850.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed. Define to speculation_safe_value_not_needed.
......
...@@ -2728,6 +2728,9 @@ xstormy16_push_rounding (poly_int64 bytes) ...@@ -2728,6 +2728,9 @@ xstormy16_push_rounding (poly_int64 bytes)
#undef TARGET_CONSTANT_ALIGNMENT #undef TARGET_CONSTANT_ALIGNMENT
#define TARGET_CONSTANT_ALIGNMENT constant_alignment_word_strings #define TARGET_CONSTANT_ALIGNMENT constant_alignment_word_strings
#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-stormy16.h" #include "gt-stormy16.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