]> git.ipfire.org Git - thirdparty/gcc.git/commit
targhooks.c (default_libcall_value): Don't use LIBCALL_VALUE macro if not defined.
authorAnatoly Sokolov <aesok@post.ru>
Sat, 17 Oct 2009 10:46:18 +0000 (14:46 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Sat, 17 Oct 2009 10:46:18 +0000 (14:46 +0400)
commit7fc6a96bed6d0b2511f56e246c5ca0c3058616aa
tree35a894b7f8feb223ff393719776ea737b8b17093
parent9f4afcd44f9052bacea254f54f9ba6432fa3d6a2
targhooks.c (default_libcall_value): Don't use LIBCALL_VALUE macro if not defined.

* targhooks.c (default_libcall_value): Don't use LIBCALL_VALUE macro
if not defined. Change type of second argument to const_rtx.
(default_function_value): Call gcc_unreachable if FUNCTION_VALUE
macro not defined.
* targhooks.h (default_libcall_value): Update prototype.
* target.h (struct gcc_target): Change type of second argument of
libcall_value to const_rtx.
* config/arm/arm.c (arm_libcall_value): Change type of second argument
to const_rtx.
(arm_libcall_uses_aapcs_base): Change type of argument to const_rtx.
* doc/tm.texi (TARGET_LIBCALL_VALUE):  Revise documentation.

From-SVN: r152933
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/doc/tm.texi
gcc/target.h
gcc/targhooks.c
gcc/targhooks.h