]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/ChangeLog
utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.promote_pr...
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 5 Feb 2004 22:07:33 +0000 (22:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 5 Feb 2004 22:07:33 +0000 (22:07 +0000)
commit136e64db5ea4eda85d7a9916d3ae9f4fa528b1e3
tree37419ddcaadd888777ea3df662e86983cd2a9346
parent839ee4bc570bf56df913d37a4fa3ab9fb6e5956e
utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.promote_prototypes.

ada/
* ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
with targetm.calls.promote_prototypes.

gcc/
* config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
TARGET_PROMOTE_PROTOTYPES.

cp/
* call.c (type_passed_as): Replace PROMOTE_PROTOTYPES with
targetm.calls.promote_prototypes.

java/
* Make-lang.in (java/decl.o, java/expr.o, java/parse.o):
Depend on target.h.
* decl.c: Include target.h.
(start_java_method): Replace PROMOTE_PROTOTYPES with
targetm.calls.promote_prototypes.
* expr.c: Include target.h.
(pop_arguments): Replace PROMOTE_PROTOTYPES with
targetm.calls.promote_prototypes.
* parse.y: Include target.h.
(start_complete_expand_method): Replace PROMOTE_PROTOTYPES
with targetm.calls.promote_prototypes.

From-SVN: r77345
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/utils.c
gcc/config/cris/cris.h
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/java/ChangeLog
gcc/java/Make-lang.in
gcc/java/decl.c
gcc/java/expr.c
gcc/java/parse.y