mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 06:50:27 +08:00
pa.c (pa_init_builtins): Call build_function_type_list instead of build_function_type.
* config/pa/pa.c (pa_init_builtins): Call build_function_type_list instead of build_function_type. From-SVN: r172794
This commit is contained in:
parent
3b84d61f44
commit
1252641271
@ -1,3 +1,8 @@
|
||||
2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* config/pa/pa.c (pa_init_builtins): Call build_function_type_list
|
||||
instead of build_function_type.
|
||||
|
||||
2011-04-20 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/48678
|
||||
|
@ -641,7 +641,7 @@ pa_init_builtins (void)
|
||||
TREE_READONLY (decl) = 1;
|
||||
pa_builtins[PA_BUILTIN_COPYSIGNQ] = decl;
|
||||
|
||||
ftype = build_function_type (long_double_type_node, void_list_node);
|
||||
ftype = build_function_type_list (long_double_type_node, NULL_TREE);
|
||||
decl = add_builtin_function ("__builtin_infq", ftype,
|
||||
PA_BUILTIN_INFQ, BUILT_IN_MD,
|
||||
NULL, NULL_TREE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user