re PR target/86807 (spu port needs updating for CVE-2017-5753)
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 6 Aug 2018 21:47:54 +0000 (21:47 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 6 Aug 2018 21:47:54 +0000 (21:47 +0000)
PR target/86807
* config/pa/pa.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
Define to speculation_safe_value_not_needed.

From-SVN: r263344

gcc/ChangeLog
gcc/config/pa/pa.c

index 4cfae1ac151f3276078b30c076e6776c0403cb76..5121968cda26d08e1e284b9772101321e9d5496e 100644 (file)
@@ -1,3 +1,9 @@
+2018-08-06  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/86807
+       * config/pa/pa.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
+       Define to speculation_safe_value_not_needed.
+
 2018-08-06  Jeff Law  <law@redhat.com>
 
        * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Pass down
index 715700e2d1dce98b565def13519661d8c7d9e568..dc0d5a7fb43fb74ff89a21644be01e5c5ca5e586 100644 (file)
@@ -428,6 +428,9 @@ static size_t n_deferred_plabels = 0;
 #undef TARGET_STARTING_FRAME_OFFSET
 #define TARGET_STARTING_FRAME_OFFSET pa_starting_frame_offset
 
+#undef TARGET_HAVE_SPECULATION_SAFE_VALUE
+#define TARGET_HAVE_SPECULATION_SAFE_VALUE speculation_safe_value_not_needed
+
 struct gcc_target targetm = TARGET_INITIALIZER;
 \f
 /* Parse the -mfixed-range= option string.  */