This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r166034 - in /trunk/gcc: ChangeLog config/fr30/...


Author: froydnj
Date: Thu Oct 28 19:51:34 2010
New Revision: 166034

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166034
Log:
	* config/fr30/fr30-protos.h (fr30_num_arg_regs): Delete.
	* config/fr30/fr30.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
	* config/fr30/fr30.c (fr30_num_arg_regs): Make static.  Take a
	const_tree.
	(fr30_function_arg): New function.
	(fr30_function_arg_advance): New function.
	(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]