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]

r163674 - in /trunk/gcc: ChangeLog config/v850/...


Author: froydnj
Date: Tue Aug 31 14:22:47 2010
New Revision: 163674

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163674
Log:
	* config/v850/v850-protos.h (function_arg): Delete.
	* config/v850/v850.h (FUNCTION_ARG): Delete.
	(FUNCTION_ARG_ADVANCE): Move code to...
	* config/v850/v850.c (v850_function_arg_advance): ...here.
	(v850_function_arg): Make static.  Take a const_tree and a bool.
	(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

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


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