Commit 599bffa2 by Jeff Law Committed by Jeff Law

targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix return…

targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix return type to match prototype and documentation.

	* targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix
	return type to match prototype and documentation.

From-SVN: r253575
parent 7d25736f
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> 2010-10-09 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.c (processor_costs): Move to ... * config/rs6000/rs6000.c (processor_costs): Move to ...
...@@ -2235,7 +2235,7 @@ default_excess_precision (enum excess_precision_type ATTRIBUTE_UNUSED) ...@@ -2235,7 +2235,7 @@ default_excess_precision (enum excess_precision_type ATTRIBUTE_UNUSED)
return FLT_EVAL_METHOD_PROMOTE_TO_FLOAT; return FLT_EVAL_METHOD_PROMOTE_TO_FLOAT;
} }
HOST_WIDE_INT bool
default_stack_clash_protection_final_dynamic_probe (rtx residual ATTRIBUTE_UNUSED) default_stack_clash_protection_final_dynamic_probe (rtx residual ATTRIBUTE_UNUSED)
{ {
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment