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
This commit is contained in:
parent
77e0a97acf
commit
01557bd44e
2 changed files with 11 additions and 0 deletions
|
@ -27,6 +27,14 @@
|
|||
|
||||
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
|
||||
* config/v850/v850.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
|
||||
Define to speculation_safe_value_not_needed.
|
||||
|
|
|
@ -2728,6 +2728,9 @@ xstormy16_push_rounding (poly_int64 bytes)
|
|||
#undef TARGET_CONSTANT_ALIGNMENT
|
||||
#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;
|
||||
|
||||
#include "gt-stormy16.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue