checking in Nathan's patch because I accidently checked in part of it with my earlier...
authorSteve Ellcey <sje@gcc.gnu.org>
Wed, 27 Oct 2010 22:51:18 +0000 (22:51 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 27 Oct 2010 22:51:18 +0000 (22:51 +0000)
commiteb93b893fffc4c1794821e2f1d62f4c4bac00f43
tree4e9c32edba52df518a8f1bc1c94ab7d09992d655
parentffa88471b5df039bb9b8b8e7ce0ce17a71a0d3bd
checking in Nathan's patch because I accidently checked in part of it with my earlier patch.

checking in Nathan's patch because I accidently checked in part of it
with my earlier patch.  Also adding ChangeLog entry I forgot.

2010-10-27  Nathan Froyd  <froydnj@codesourcery.com>

        * config/ia64/ia64-protos.h (ia64_function_arg): Delete.
        (ia64_function_arg_advance): Delete.
        * config/ia64/ia64.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
        (FUNCTION_ARG_ADVANCE): Delete.
        * config/ia64/ia64.c (ia64_function_arg): Rename to...
        (ia64_function_arg_1): ...this.  Make static.  Take const_tree and
        bool arguments.
        (ia64_function_arg, ia64_function_incoming_arg): New functions.
        (ia64_function_arg_advance): Make static.  Take a const_tree and
        a bool.
        (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
        (TARGET_FUNCTION_ARG_ADVANCE): Define.

From-SVN: r166022
gcc/ChangeLog
gcc/config/ia64/ia64-protos.h
gcc/config/ia64/ia64.h