]> gcc.gnu.org Git - gcc.git/commitdiff
re PR target/86782 (frv port needs updating for CVE-2017-5753)
authorNick Clifton <nickc@redhat.com>
Thu, 2 Aug 2018 11:46:06 +0000 (11:46 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 2 Aug 2018 11:46:06 +0000 (11:46 +0000)
PR target/86782
* config/frv/frv.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define to
speculation_safe_value_not_needed.

From-SVN: r263254

gcc/ChangeLog
gcc/config/frv/frv.c

index f62a46e57d43cf4def47853e4986016aee9f992a..48511fe6309cca24c0e45fcdc2fae0b03ec155d8 100644 (file)
@@ -1,5 +1,9 @@
 2018-08-02  Nick Clifton  <nickc@redhat.com>
 
+       PR target/86782
+       * config/frv/frv.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define to
+       speculation_safe_value_not_needed.
+
        PR target/86781
        * config/fr30/fr30.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define to
        speculation_safe_value_not_needed.
index 6920e6ddace97136197dd57297a4ee7dbe5ce699..f031bfa881d8824f38fc2802cfe0b0115c58703a 100644 (file)
@@ -528,6 +528,9 @@ static bool frv_modes_tieable_p                     (machine_mode, machine_mode);
 #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;
 
 #define FRV_SYMBOL_REF_TLS_P(RTX) \
This page took 0.200079 seconds and 5 git commands to generate.