Commit 1ba0a2d2 by Nathan Froyd Committed by Nathan Froyd

s390.c (s390_init_builtins): Call build_function_type_list instead of build_function_type.

	* config/s390/s390.c (s390_init_builtins): Call
	build_function_type_list instead of build_function_type.

From-SVN: r172840
parent c0676219
2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
* config/s390/s390.c (s390_init_builtins): Call
build_function_type_list instead of build_function_type.
2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
* config/ia64/ia64.c (ia64_init_builtins): Call
build_function_type_list instead of builtin_function_type.
......
......@@ -9172,7 +9172,7 @@ s390_init_builtins (void)
{
tree ftype;
ftype = build_function_type (ptr_type_node, void_list_node);
ftype = build_function_type_list (ptr_type_node, NULL_TREE);
add_builtin_function ("__builtin_thread_pointer", ftype,
S390_BUILTIN_THREAD_POINTER, BUILT_IN_MD,
NULL, NULL_TREE);
......
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