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
Showing
- gcc/ChangeLog 14 additions, 0 deletionsgcc/ChangeLog
- gcc/config/arm/arm.c 3 additions, 3 deletionsgcc/config/arm/arm.c
- gcc/doc/tm.texi 1 addition, 1 deletiongcc/doc/tm.texi
- gcc/target.h 1 addition, 1 deletiongcc/target.h
- gcc/targhooks.c 7 additions, 2 deletionsgcc/targhooks.c
- gcc/targhooks.h 1 addition, 1 deletiongcc/targhooks.h
Loading
Please register or sign in to comment