]> git.ipfire.org Git - thirdparty/gcc.git/commit
bfin-protos.h (function_arg, [...]): Delete.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 8 Oct 2010 13:22:00 +0000 (13:22 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 8 Oct 2010 13:22:00 +0000 (13:22 +0000)
commit74f41f0282714b0485d4ffcaf0d6b9f92133db7f
tree9a2ef0de3520ed28a6ebf583406dbe8acde72ac9
parent3a2bd2f4650f6d4703febd0756d4819359213eed
bfin-protos.h (function_arg, [...]): Delete.

* config/bfin/bfin-protos.h (function_arg, function_arg_advance):
Delete.
* config/bfin/bfin.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
* config/bfin/bfin.c (function_arg_advance): Rename to...
(bfin_function_arg_advance): ...this.  Make static.  Take const_tree
and bool arguments.
(function_arg): Rename to...
(bfin_function_arg): ...this.  Make static.  Take const_tree and bool
arguments.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

From-SVN: r165182
gcc/ChangeLog
gcc/config/bfin/bfin-protos.h
gcc/config/bfin/bfin.c
gcc/config/bfin/bfin.h