Commit 2102b1e1 by Nathan Froyd Committed by Nathan Froyd

bfin.c (bfin_init_builtins): Call build_function_type_list instead of build_function_type.

	* config/bfin/bfin.c (bfin_init_builtins): Call
	build_function_type_list instead of build_function_type.

From-SVN: r173311
parent 9f111209
2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
* config/bfin/bfin.c (bfin_init_builtins): Call
build_function_type_list instead of build_function_type.
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org> 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
From Bernd Schmidt From Bernd Schmidt
......
...@@ -5979,7 +5979,7 @@ bfin_init_builtins (void) ...@@ -5979,7 +5979,7 @@ bfin_init_builtins (void)
{ {
tree V2HI_type_node = build_vector_type_for_mode (intHI_type_node, V2HImode); tree V2HI_type_node = build_vector_type_for_mode (intHI_type_node, V2HImode);
tree void_ftype_void tree void_ftype_void
= build_function_type (void_type_node, void_list_node); = build_function_type_list (void_type_node, NULL_TREE);
tree short_ftype_short tree short_ftype_short
= build_function_type_list (short_integer_type_node, short_integer_type_node, = build_function_type_list (short_integer_type_node, short_integer_type_node,
NULL_TREE); 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