summaryrefslogtreecommitdiff
path: root/gcc/config/stormy16/stormy16-protos.h
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2010-10-28 19:59:07 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2010-10-28 19:59:07 +0000
commitbf425ddd466469e89f4d3d8ffdfb10f51fd6787a (patch)
tree45ea10855bdb7b469aa4ae01ba6659e6f23c17f8 /gcc/config/stormy16/stormy16-protos.h
parent4c05cbb2a7e272fc046e62c19c5a1c1b17a9be05 (diff)
downloadgcc-bf425ddd466469e89f4d3d8ffdfb10f51fd6787a.tar.gz
stormy16-protos.h (xstormy16_function_arg): Delete.
* config/stormy16/stormy16-protos.h (xstormy16_function_arg): Delete. (xstormy16_function_arg_advance): Delete. * config/stormy16/stormy16.h (FUNCTION_ARG): Delete. (FUNCTION_ARG_ADVANCE): Delete. * config/stormy16/stormy16.c (xstormy16_function_arg): Make static. Take a const_tree and a bool. (xstormy16_function_arg_advance): Likewise. Return void, updating the CUM parameter instead. (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define. From-SVN: r166038
Diffstat (limited to 'gcc/config/stormy16/stormy16-protos.h')
-rw-r--r--gcc/config/stormy16/stormy16-protos.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/stormy16/stormy16-protos.h b/gcc/config/stormy16/stormy16-protos.h
index e6fe4c0c969..d41bb80f4da 100644
--- a/gcc/config/stormy16/stormy16-protos.h
+++ b/gcc/config/stormy16/stormy16-protos.h
@@ -35,13 +35,6 @@ extern void xstormy16_asm_output_aligned_common (FILE *, tree, const char *,
int, int, int);
#endif
-#if defined (TREE_CODE) && defined (HAVE_MACHINE_MODES)
-extern CUMULATIVE_ARGS xstormy16_function_arg_advance
- (CUMULATIVE_ARGS, enum machine_mode, tree, int);
-extern rtx xstormy16_function_arg
- (CUMULATIVE_ARGS, enum machine_mode, tree, int);
-#endif
-
#if defined (TREE_CODE) && defined (RTX_CODE)
extern void xstormy16_initialize_trampoline (rtx, rtx, rtx);
extern rtx xstormy16_function_value (const_tree, const_tree);