diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-26 00:09:47 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-26 00:09:47 +0000 |
commit | b8debbe8b1efc59846f08868182bbc4cec72dddb (patch) | |
tree | 12ffb8fbb5d5960c65feb60cbb87a19c6f75430f /gcc/config/pa/pa-protos.h | |
parent | 64dbec6ffa2fbd1fc5bacd1d1730a5a0cd52aee9 (diff) | |
download | gcc-b8debbe8b1efc59846f08868182bbc4cec72dddb.tar.gz |
* config/pa/pa-protos.h: Remove the prototype for
hppa_builtin_saveregs. Add a prototype for
pa_return_in_memory.
* config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
(TARGET_PROMOTE_PROTOTYPES): Likewise.
(TARGET_STRUCT_VALUE_RTX): Likewise.
(TARGET_RETURN_IN_MEMORY): Likewise.
(TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
(pa_struct_value_rtx): Likewise.
(pa_return_in_memory): Likewise.
* config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
PA_STRUCT_VALUE_REGNUM.
(INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
(EXPAND_BUILTIN_SAVEREGS): Remove.
(PROMOTE_PROTOTYPES): Likewise.
(PROMOTE_FUNCTION_RETURN): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76600 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-protos.h')
-rw-r--r-- | gcc/config/pa/pa-protos.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/pa/pa-protos.h b/gcc/config/pa/pa-protos.h index 848997e4d3e..5bc5a6b653a 100644 --- a/gcc/config/pa/pa-protos.h +++ b/gcc/config/pa/pa-protos.h @@ -133,8 +133,6 @@ extern int insn_refs_are_delayed (rtx); /* Prototype function used in macro CONST_OK_FOR_LETTER_P. */ extern int zdepi_cint_p (unsigned HOST_WIDE_INT); -extern struct rtx_def *hppa_builtin_saveregs (void); - extern void override_options (void); extern void output_ascii (FILE *, const char *, int); extern HOST_WIDE_INT compute_frame_size (HOST_WIDE_INT, int *); @@ -164,4 +162,5 @@ extern rtx function_value (tree, tree); extern int function_arg_partial_nregs (CUMULATIVE_ARGS *, enum machine_mode, tree, int); +extern bool pa_return_in_memory (tree, tree); #endif /* TREE_CODE */ |