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:
parent
e1f67de8c8
commit
677202a206
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue