]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/iq2000/iq2000.cc
iq2000.c (iq2000_function_value): Make static, add new 'outgoing' argument.
authorAnatoly Sokolov <aesok@post.ru>
Sat, 14 Nov 2009 21:07:23 +0000 (00:07 +0300)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Sat, 14 Nov 2009 21:07:23 +0000 (00:07 +0300)
commit7ae6223791a8caa4808f893542315b685560f939
tree8589a78f9893d693f845ff9d91b8976c1f3fd08d
parent282cac16ce49087d657bb31d0e9841423cf40151
iq2000.c (iq2000_function_value): Make static, add new 'outgoing' argument.

* config/iq2000/iq2000.c (iq2000_function_value): Make static, add
new 'outgoing' argument.
(iq2000_libcall_value, iq2000_function_value_regno_p): New functions.
(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Declare.
* config/iq2000/iq2000.h: (FUNCTION_VALUE_REGNO_P): Redefine, use
iq2000_function_value_regno_p.
(FUNCTION_VALUE, LIBCALL_VALUE): Remove.
* config/iq2000/iq2000-protos.h (iq2000_function_value_regno_p):
Declare.

From-SVN: r154184
gcc/ChangeLog
gcc/config/iq2000/iq2000-protos.h
gcc/config/iq2000/iq2000.c
gcc/config/iq2000/iq2000.h