Commit 2d94a1fa by Andreas Jaeger

builtins.def: Fix definition of __builtin_cosf, it uses float as parameter and return value.

	* builtins.def: Fix definition of __builtin_cosf, it uses float as
	parameter and return value.

From-SVN: r42911
parent 0c90837b
2001-06-05 Andreas Jaeger <aj@suse.de>
* builtins.def: Fix definition of __builtin_cosf, it uses float as
parameter and return value.
2001-06-04 Anthony Green <green@redhat.com>
* config/sparc/elf.h (CPP_PREDEFINES): Don't assert cpu or
......
......@@ -280,7 +280,7 @@ DEF_LIB_BUILTIN(BUILT_IN_SINF,
BT_FN_FLOAT_FLOAT)
DEF_LIB_BUILTIN(BUILT_IN_COSF,
"__builtin_cosf",
BT_FN_LONG_DOUBLE_LONG_DOUBLE)
BT_FN_FLOAT_FLOAT)
DEF_LIB_BUILTIN(BUILT_IN_SQRTL,
"__builtin_sqrtl",
BT_FN_LONG_DOUBLE_LONG_DOUBLE)
......
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