targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix return type...
authorJeff Law <law@redhat.com>
Tue, 10 Oct 2017 06:42:08 +0000 (00:42 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 10 Oct 2017 06:42:08 +0000 (00:42 -0600)
* targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix
return type to match prototype and documentation.

From-SVN: r253575

gcc/ChangeLog
gcc/targhooks.c

index 202dd89..30bbeb5 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-09  Jeff Law  <law@redhat.com>
+
+       * targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix
+       return type to match prototype and documentation.
+
 2010-10-09  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/rs6000/rs6000.c (processor_costs): Move to ...
index d56f53d..8dbf8a1 100644 (file)
@@ -2235,7 +2235,7 @@ default_excess_precision (enum excess_precision_type ATTRIBUTE_UNUSED)
   return FLT_EVAL_METHOD_PROMOTE_TO_FLOAT;
 }
 
-HOST_WIDE_INT
+bool
 default_stack_clash_protection_final_dynamic_probe (rtx residual ATTRIBUTE_UNUSED)
 {
   return 0;