* targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix
return type to match prototype and documentation.
From-SVN: r253575
+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 ...
return FLT_EVAL_METHOD_PROMOTE_TO_FLOAT;
}
-HOST_WIDE_INT
+bool
default_stack_clash_protection_final_dynamic_probe (rtx residual ATTRIBUTE_UNUSED)
{
return 0;