This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152933 - in /trunk/gcc: ChangeLog config/arm/a...
- From: aesok at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 17 Oct 2009 10:46:19 -0000
- Subject: r152933 - in /trunk/gcc: ChangeLog config/arm/a...
Author: aesok
Date: Sat Oct 17 10:46:18 2009
New Revision: 152933
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152933
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm.c
trunk/gcc/doc/tm.texi
trunk/gcc/target.h
trunk/gcc/targhooks.c
trunk/gcc/targhooks.h