summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300/mn10300-protos.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-25 20:17:44 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-25 20:17:44 +0000
commitf2d49d02f3d8a8bacb3ce423a174746c7777c5a6 (patch)
tree62597dcae4591089cf9ef1a77245e8ced3b06a70 /gcc/config/mn10300/mn10300-protos.h
parentfa015b9a32cd95e30b59149bd49c5cdd520cbcdc (diff)
downloadgcc-f2d49d02f3d8a8bacb3ce423a174746c7777c5a6.tar.gz
* config/mn10300/mn10300-protos.h: Remove the prototype for
mn10300_builtin_saveregs. * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New. (TARGET_STRUCT_VALUE_RTX): Likewise. (TARGET_RETURN_IN_MEMORY): Likewise. (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise. (mn10300_return_in_memory): Likewise. (mn10300_builtin_saveregs): Make it static. * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove. (RETURN_IN_MEMORY): Likewise. (STRUCT_VALUE): Likewise. (EXPAND_BUILTIN_SAVEREGS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76581 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300/mn10300-protos.h')
-rw-r--r--gcc/config/mn10300/mn10300-protos.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/mn10300/mn10300-protos.h b/gcc/config/mn10300/mn10300-protos.h
index 1c6bc7a4095..debb9bcee07 100644
--- a/gcc/config/mn10300/mn10300-protos.h
+++ b/gcc/config/mn10300/mn10300-protos.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. Matsushita MN10300 series
- Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
Contributed by Jeff Law (law@cygnus.com).
This file is part of GCC.
@@ -54,7 +54,6 @@ extern int function_arg_partial_nregs (CUMULATIVE_ARGS *,
extern struct rtx_def *mn10300_va_arg (tree, tree);
#endif /* TREE_CODE */
-extern struct rtx_def *mn10300_builtin_saveregs (void);
extern void expand_prologue (void);
extern void expand_epilogue (void);
extern int initial_offset (int, int);