From: Nick Clifton Date: Thu, 2 Aug 2018 16:13:32 +0000 (+0000) Subject: re PR target/86813 (xstormy16 port needs updating for CVE-2017-5753) X-Git-Tag: basepoints/gcc-10~4927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01557bd44e08074f0458dd367efbc59b6c5008d8;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a6ef9207d01..ef198bdc2095 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -27,6 +27,14 @@ 2018-08-02 Nick Clifton + 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. diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c index 25f7ce052ec4..6fbbbe2e9944 100644 --- a/gcc/config/stormy16/stormy16.c +++ b/gcc/config/stormy16/stormy16.c @@ -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"