r171580 - in /trunk/gcc: ChangeLog config/mips/...

aesok@gcc.gnu.org aesok@gcc.gnu.org
Sun Mar 27 19:43:00 GMT 2011


Author: aesok
Date: Sun Mar 27 19:43:13 2011
New Revision: 171580

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171580
Log:
        * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
	FUNCTION_VALUE_REGNO_P): Remove macros.
        * config/mips/mips-protos.h (mips_function_value): Remove.
        * config/mips/mips.c (mips_function_value): Rename to...
	(mips_function_value_1): ... this. Make static.  Handle receiving
	the function type in 'fn_decl_or_type' argument.
	(mips_function_value, mips_libcall_value,
	mips_function_value_regno_p): New function.
	(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
	TARGET_FUNCTION_VALUE_REGNO_P): Define.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips-protos.h
    trunk/gcc/config/mips/mips.c
    trunk/gcc/config/mips/mips.h



More information about the Gcc-cvs mailing list