diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-06 05:41:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-06 05:41:12 +0000 |
commit | 07ba2efb2e1da2a319c12d24396c922e79a63965 (patch) | |
tree | ab796967d2726f7d298f14c29bad63dae70fdada /gcc/config/arc/arc-protos.h | |
parent | f4954ff18f3f4672bbe2453303694fd76d1225e6 (diff) | |
download | gcc-07ba2efb2e1da2a319c12d24396c922e79a63965.zip gcc-07ba2efb2e1da2a319c12d24396c922e79a63965.tar.gz gcc-07ba2efb2e1da2a319c12d24396c922e79a63965.tar.bz2 |
arc-protos.h: Remove the prototype for arc_setup_incoming_varargs.
* config/arc/arc-protos.h: Remove the prototype for
arc_setup_incoming_varargs.
* config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
(TARGET_SETUP_INCOMING_VARARGS): Likewise.
(arc_setup_incoming_varargs): Make it static.
(arc_external_libcall): Likewise.
* config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
Remove the commented-out definition of
ASM_OUTPUT_EXTERNAL_LIBCALL.
From-SVN: r77374
Diffstat (limited to 'gcc/config/arc/arc-protos.h')
-rw-r--r-- | gcc/config/arc/arc-protos.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/arc/arc-protos.h b/gcc/config/arc/arc-protos.h index 681e9e1..da9f70a 100644 --- a/gcc/config/arc/arc-protos.h +++ b/gcc/config/arc/arc-protos.h @@ -59,8 +59,6 @@ extern int shift_operator (rtx, enum machine_mode); #ifdef TREE_CODE extern enum arc_function_type arc_compute_function_type (tree); -extern void arc_setup_incoming_varargs (CUMULATIVE_ARGS *, enum machine_mode, - tree, int *, int); #endif /* TREE_CODE */ |