r166035 - in /trunk/gcc: ChangeLog config/iq200...

froydnj@gcc.gnu.org froydnj@gcc.gnu.org
Thu Oct 28 19:52:00 GMT 2010


Author: froydnj
Date: Thu Oct 28 19:52:48 2010
New Revision: 166035

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166035
Log:
	* config/iq2000/iq2000-protos.h (function_arg): Delete.
	(function_arg_advance): Delete.
	* config/iq2000/iq2000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
	* config/iq2000/iq2000.c (function_arg): Rename to...
	(iq2000_function_arg): ...this.  Make static.  Take a const_tree and
	a bool.
	(function_arg_advance): Rename to...
	(iq2000_function_arg_advance): ...this.  Make static.  Take a
	const_tree and a bool.
	(iq2000_expand_prologue): Call iq2000_function_arg_advance and
	iq2000_function_arg.
	(iq2000_pass_by_reference): Call iq2000_function_arg).
	(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

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



More information about the Gcc-cvs mailing list