go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take one argument.

* go-gcc.cc (Gcc_backend::Gcc_backend): Correct
	math_function_type_long to take one argument.

From-SVN: r256305
This commit is contained in:
Ian Lance Taylor 2018-01-06 01:11:33 +00:00 committed by Ian Lance Taylor
parent e1f67de8c8
commit 677202a206
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2018-01-05 Ian Lance Taylor <iant@golang.org>
* go-gcc.cc (Gcc_backend::Gcc_backend): Correct
math_function_type_long to take one argument.
2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>

View file

@ -633,7 +633,7 @@ Gcc_backend::Gcc_backend()
NULL_TREE);
tree math_function_type_long =
build_function_type_list(long_double_type_node, long_double_type_node,
long_double_type_node, NULL_TREE);
NULL_TREE);
tree math_function_type_two = build_function_type_list(double_type_node,
double_type_node,
double_type_node,