]> git.ipfire.org Git - thirdparty/gcc.git/commit
score-protos.h (score_function_arg): Delete.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 8 Oct 2010 13:20:07 +0000 (13:20 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 8 Oct 2010 13:20:07 +0000 (13:20 +0000)
commit3a2bd2f4650f6d4703febd0756d4819359213eed
treea56697760259628bdf377bdc66617481e0988105
parent3cb1da52cb6eef3eeec78ef672799b972d9db48a
score-protos.h (score_function_arg): Delete.

* config/score/score-protos.h (score_function_arg): Delete.
(score_function_arg_advance): Delete.
* config/score/score3.h (score3_function_arg_advance): Take a
const_tree and a bool.
(score3_function_arg): Likewise.
* config/score/score7.h (score7_function_arg_advance): Likewise.
(score7_function_arg): Likewise.
* config/score/score3.c (score3_classify_arg): Likewise.
(score3_function_arg_advance, score3_function_arg): Likewise.
* config/score/score7.c (score7_classify_arg): Likewise.
(score7_function_arg_advance, score7_function_arg): Likewise.
* config/score/score.c (score_function_arg_advance): Likewise.
(score_function_arg): Likewise.  De-const-ify `cum' argument.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.

From-SVN: r165181
gcc/ChangeLog
gcc/config/score/score-protos.h
gcc/config/score/score.c
gcc/config/score/score3.c
gcc/config/score/score3.h
gcc/config/score/score7.c
gcc/config/score/score7.h