diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-10-28 20:13:18 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-10-28 20:13:18 +0000 |
commit | 3acf034c5a48c45c39a5be03369cea154fe39f25 (patch) | |
tree | 869db1b8a591c30e2ec23142cb994437066e632e /gcc/config/lm32/lm32-protos.h | |
parent | 4665ac17309744645b3c03bf77328bbc040f6954 (diff) | |
download | gcc-3acf034c5a48c45c39a5be03369cea154fe39f25.zip gcc-3acf034c5a48c45c39a5be03369cea154fe39f25.tar.gz gcc-3acf034c5a48c45c39a5be03369cea154fe39f25.tar.bz2 |
lm32-protos.h (lm32_function_arg): Delete.
* config/lm32/lm32-protos.h (lm32_function_arg): Delete.
* config/lm32/lm32.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
* config/mcore/mcore.c (mcore_function_arg): Declare. Make static.
Take a const_tree and a bool.
(mcore_function_arg_advance): New function.
(TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
From-SVN: r166044
Diffstat (limited to 'gcc/config/lm32/lm32-protos.h')
-rw-r--r-- | gcc/config/lm32/lm32-protos.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/lm32/lm32-protos.h b/gcc/config/lm32/lm32-protos.h index 51e191b..bc086d2 100644 --- a/gcc/config/lm32/lm32-protos.h +++ b/gcc/config/lm32/lm32-protos.h @@ -26,8 +26,6 @@ extern void lm32_expand_prologue (void); extern void lm32_expand_epilogue (void); extern void lm32_print_operand (FILE *file, rtx op, int letter); extern void lm32_print_operand_address (FILE *file, rtx addr); -extern rtx lm32_function_arg (CUMULATIVE_ARGS cum, enum machine_mode mode, - tree type, int named); extern HOST_WIDE_INT lm32_compute_initial_elimination_offset (int from, int to); extern int lm32_can_use_return (void); |