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: [pa] hookize FUNCTION_ARG &co.


> The patch below hookizes FUNCTION_ARG and related macros for the hppa
> backend.  Nothing special here.
> 
> Tested by inspection with cross to hppa-linux-gnu.  I plan to commit this
> under the obvious rule after waiting a week for comments/approval.
> 
> 	* config/pa/pa-protos.h (function_arg): Delete.
> 	* config/pa/pa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
> 	* config/pa/pa.c (function_arg): Rename to...
> 	(pa_function_arg): ...this.  Make static.  Take a const_tree and
> 	a bool.
> 	(pa_function_arg_advance): New function.
> 	(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

OK.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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