This is the mail archive of the gcc-patches@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]

Re: [spu] hookize FUNCTION_ARG &co.


Nathan Froyd wrote:

> 	* config/spu/spu-protos.h (spu_function_arg): Delete.
> 	* config/spu/spu.h (FUNCTION_ARG): Delete.
> 	(FUNCTION_ARG_ADVANCE): Move code to ...
> 	* config/spu/spu.c (spu_function_arg_advance): New function.
> 	(spu_function_arg): Make static.  Take a const_tree and a bool.
> 	(spu_setup_incoming_varargs): Call spu_function_arg_advance.
> 	(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

This is OK as well.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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