mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-28 20:01:18 +08:00
sparc.c (sparc_file_end): Call build_function_type_list instead of build_function_type.
* config/sparc/sparc.c (sparc_file_end): Call build_function_type_list instead of build_function_type. From-SVN: r173317
This commit is contained in:
parent
d6a3d62b5f
commit
4c203a6ab7
@ -1,3 +1,8 @@
|
||||
2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* config/sparc/sparc.c (sparc_file_end): Call
|
||||
build_function_type_list instead of build_function_type.
|
||||
|
||||
2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_init_builtins): Call
|
||||
|
@ -9613,8 +9613,8 @@ sparc_file_end (void)
|
||||
{
|
||||
tree decl = build_decl (BUILTINS_LOCATION, FUNCTION_DECL,
|
||||
get_identifier (name),
|
||||
build_function_type (void_type_node,
|
||||
void_list_node));
|
||||
build_function_type_list (void_type_node,
|
||||
NULL_TREE));
|
||||
DECL_RESULT (decl) = build_decl (BUILTINS_LOCATION, RESULT_DECL,
|
||||
NULL_TREE, void_type_node);
|
||||
TREE_STATIC (decl) = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user