]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/86813 (xstormy16 port needs updating for CVE-2017-5753)
authorNick Clifton <nickc@redhat.com>
Thu, 2 Aug 2018 16:13:32 +0000 (16:13 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 2 Aug 2018 16:13:32 +0000 (16:13 +0000)
PR target/86813
* config/stormy16/stormy16.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed.

From-SVN: r263266

gcc/ChangeLog
gcc/config/stormy16/stormy16.c

index 4a6ef9207d01565e2caefd03a3924495534a1ece..ef198bdc2095d71736774eeb427516760c5eb5ed 100644 (file)
 
 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.
index 25f7ce052ec444edc2d7b5d9252faf79390a941f..6fbbbe2e994485c7e96bd44909eabce8a5e4a99b 100644 (file)
@@ -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"