]> git.ipfire.org Git - thirdparty/gcc.git/commit
alpha.c (alpha_return_in_memory): Rename from return_in_memory, make static, change...
authorRichard Henderson <rth@redhat.com>
Sat, 11 Oct 2003 16:54:17 +0000 (09:54 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 11 Oct 2003 16:54:17 +0000 (09:54 -0700)
commitf93c21801e66897707427dc4b3ae7fc6042462c3
tree1d5b91395e6c6f109a7aafa0309dcae5857432b4
parente99faaaaaff0261f66cba13c27017a37e075d290
alpha.c (alpha_return_in_memory): Rename from return_in_memory, make static, change signature to match target hook.

        * config/alpha/alpha.c (alpha_return_in_memory): Rename from
        return_in_memory, make static, change signature to match target hook.
        (alpha_setup_incoming_varargs): Make static, change signature to
        match target hook, add code for vms and unicos.
        (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
        TARGET_PROMOTE_PROTOTYPES, TARGET_STRUCT_VALUE_RTX,
        TARGET_RETURN_IN_MEMORY, TARGET_SETUP_INCOMING_VARARGS,
        TARGET_STRICT_ARGUMENT_NAMING,
        TARGET_PRETEND_OUTGOING_VARARGS_NAMED): New.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/alpha.h (PROMOTE_FUNCTION_ARGS,
        PROMOTE_FUNCTION_RETURN, RETURN_IN_MEMORY,
        SETUP_INCOMING_VARARGS): Remove.
        * config/alpha/unicosmk.h (SETUP_INCOMING_VARARGS): Remove.
        * config/alpha/vms.h (SETUP_INCOMING_VARARGS): Remove.

From-SVN: r72338
gcc/ChangeLog
gcc/config/alpha/alpha-protos.h
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/unicosmk.h
gcc/config/alpha/vms.h