diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-27 19:20:02 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-27 19:20:02 +0000 |
commit | 69a45040007b26fada08e77f7b6716ced9fbe2ab (patch) | |
tree | 5c84bbb15a4cd91879a1f8646df1611fb706556f /gcc/config/iq2000/iq2000-protos.h | |
parent | 9cdfc8e7e2a919864bbca6a0196617a0d50e3987 (diff) | |
download | gcc-69a45040007b26fada08e77f7b6716ced9fbe2ab.zip gcc-69a45040007b26fada08e77f7b6716ced9fbe2ab.tar.gz gcc-69a45040007b26fada08e77f7b6716ced9fbe2ab.tar.bz2 |
iq2000-protos.h: Remove the prototype for iq2000_setup_incoming_varargs.
* config/iq2000/iq2000-protos.h: Remove the prototype for
iq2000_setup_incoming_varargs.
* config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
(TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
(TARGET_PROMOTE_PROTOTYPES): Likewise.
(TARGET_STRUCT_VALUE_RTX): Likewise.
(TARGET_RETURN_IN_MEMORY): Likewise.
(TARGET_SETUP_INCOMING_VARARGS): Likewise.
(TARGET_STRICT_ARGUMENT_NAMING): Likewise.
(iq2000_return_in_memory): Likewise.
(iq2000_setup_incoming_varargs): Make it static. Receive the
first argument by reference.
* config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
(PROMOTE_FUNCTION_RETURN): Likewise.
(PROMOTE_PROTOTYPES): Likewise.
(RETURN_IN_MEMORY): Likewise.
(STRUCT_VALUE): Likewise.
(SETUP_INCOMING_VARARGS): Likewise.
(STRICT_ARGUMENT_NAMING): Likewise.
From-SVN: r76739
Diffstat (limited to 'gcc/config/iq2000/iq2000-protos.h')
-rw-r--r-- | gcc/config/iq2000/iq2000-protos.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/iq2000/iq2000-protos.h b/gcc/config/iq2000/iq2000-protos.h index 989bb65..dadcc23 100644 --- a/gcc/config/iq2000/iq2000-protos.h +++ b/gcc/config/iq2000/iq2000-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for iq2000. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. @@ -38,7 +38,6 @@ extern int iq2000_can_use_return_insn (void); extern int function_arg_pass_by_reference (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern int iq2000_adjust_insn_length (rtx, int); extern char * iq2000_output_conditional_branch (rtx, rtx *, int, int, int, int); -extern void iq2000_setup_incoming_varargs (CUMULATIVE_ARGS, int, tree, int*, int); extern void print_operand_address (FILE *, rtx); extern void print_operand (FILE *, rtx, int); |