arm-protos.h (arm_function_arg_advance): Delete.
commit9c6a2bee91dffed0edd40812552a2e5473e5fbb3
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 31 Aug 2010 17:19:20 +0000 (31 17:19 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 31 Aug 2010 17:19:20 +0000 (31 17:19 +0000)
treed43f2c954e75d362cdd71a99f6057fab442d029c
parenta478ffff9550d91bf85532b2c6bf66d3051016c5
arm-protos.h (arm_function_arg_advance): Delete.

* config/arm/arm-protos.h (arm_function_arg_advance): Delete.
(arm_function_arg): Delete.
(arm_needs_doubleword_align): Take a const_tree.
* config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
* config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
(aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
(arm_function_arg): Make static.  Take a const_tree and a bool.
(arm_function_arg_advance): Likewise.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

From-SVN: r163683
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h