commit | 4d696ad0116dafa47b891ceb0db246ad8b81c8ff | [log] [tgz] |
---|---|---|
author | Anatoly Sokolov <aesok@post.ru> | Tue Oct 20 00:54:07 2009 +0400 |
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | Tue Oct 20 00:54:07 2009 +0400 |
tree | 97e0203267944d09bf0b8ccc41c7f705cbad2f0e | |
parent | 270213ca8217b909df33a83ffd83d34815273a96 [diff] |
cris.c (cris_function_value, [...]): New functions. * config/cris/cris.c (cris_function_value, cris_libcall_value, cris_function_value_regno_p): New functions. (cris_promote_function_mode): Update comment. (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Declare. * config/cris/cris.h: (FUNCTION_VALUE, LIBCALL_VALUE): Remove. (FUNCTION_VALUE_REGNO_P): Redefine, use cris_function_value_regno_p. * config/cris/cris-protos.h (cris_function_value_regno_p): Declare. From-SVN: r152992