]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/xtensa/xtensa.c
xtensa-protos.h (function_arg_advance): Delete.
authorNathan Froyd <froydnj@codesourcery.com>
Mon, 30 Aug 2010 16:03:44 +0000 (16:03 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Mon, 30 Aug 2010 16:03:44 +0000 (16:03 +0000)
commit626a4b315aba6ee84b7978ddc277dd4c49c91a21
tree9b7965e819512c57228da621827b5d93aa80ebc0
parentae4235508ed13b83b8ffdba19829119e937205fe
xtensa-protos.h (function_arg_advance): Delete.

* config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
(function_arg): Delete.
* config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
(FUNCTION_INCOMING_ARG): Delete.
* config/xtensa/xtensa.c (function_arg_advance): Rename to...
(xtensa_function_arg_advance): ...this.  Make static.  Take a const_tree
and a bool.
(function_arg): Rename to...
(xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
a bool.
(xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
(TARGET_FUNCTION_INCOMING_ARG): Define.

From-SVN: r163649
gcc/ChangeLog
gcc/config/xtensa/xtensa-protos.h
gcc/config/xtensa/xtensa.c
gcc/config/xtensa/xtensa.h