]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/calls.c
* function.c (pass_by_reference): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 08:22:03 +0000 (08:22 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 08:22:03 +0000 (08:22 +0000)
commitcc9b8628228057b9b0ab5417b7d8deea36754e44
tree9ce1ffbe5f574651dfe2baa17807ad50e4394b8d
parent0336f0f0a448f834556a8efb0cf4161c2e2a38d2
    * function.c (pass_by_reference): New.
        (assign_parm_find_data_types): Use it.
        * calls.c (initialize_argument_information): Likewise.
        (emit_library_call_value_1): Likewise.
        * expr.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
        * function.h (pass_by_reference): Declare.
ada/
        * misc.c (default_pass_by_ref): Use pass_by_reference.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84607 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/misc.c
gcc/calls.c
gcc/expr.h
gcc/function.c
gcc/function.h