OSDN Git Service

* config/mips/mips-protos.h (mips_function_arg_advance): Delete
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Aug 2010 14:48:16 +0000 (14:48 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Aug 2010 14:48:16 +0000 (14:48 +0000)
commit93e9f34a3f68bdf46feb9a406346f8bc49f829d8
treebd28876239ac19121498dd995e944583945304bb
parentcf1e22b97c41f85a12a20d4592fed0699e668292
* config/mips/mips-protos.h (mips_function_arg_advance): Delete
(mips_function_arg): Delete.
(mips_function_arg_boundary): Take a const_tree.
* config/mips/mips.c (mips_function_arg_boundary): Likewise.
(mips_arg_info): Likewise.
(mips_setup_incoming_varargs): Call mips_function_arg_advance
instead of FUNCTION_ARG_ADVANCE.
(mips_function_arg_advance): Adjust prototype.  Make static.
(mips_function_arg): Likewise.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
* config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163587 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h