]> gcc.gnu.org Git - gcc.git/commit
rs6000.h (FUNCTION_ARG, [...]): Delete.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 27 Aug 2010 14:46:22 +0000 (14:46 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 27 Aug 2010 14:46:22 +0000 (14:46 +0000)
commit7c8232a2e9681bf5cc37162b5175a5899329bbfb
tree1cda059fb6cc83972b590ac9dead00e689286b5d
parentda787decc600b8cad4b892a39a59f48400393471
rs6000.h (FUNCTION_ARG, [...]): Delete.

* config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
* config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
(function_arg): Delete.
(function_arg_boundary): Take a const_tree.
* config/rs6000/rs6000.c (function_arg_boundary): Likewise.
(rs6000_spe_function_arg): Likewise.
(rs6000_parm_start): Likewise.
(rs6000_arg_size): Likewise.
(rs6000_darwin64_record_arg_advance_recurse): Likewise.
(rs6000_darwin64_record_arg): Likewise.  Take a bool instead of
an int.
(rs6000_mixed_function_arg): Likewise.
(function_arg): Rename to...
(rs6000_function_arg): ...this.
(function_arg_advance): Rename to...
(rs6000_function_arg_advance_1): ...this
(rs6000_function_arg_advance): New function.  Call it.
(setup_incoming_varargs): Call rs6000_function_arg_advance_1.
(rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
(rs6000_function_value): Likewise.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

From-SVN: r163586
gcc/ChangeLog
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
This page took 0.052524 seconds and 5 git commands to generate.