diff options
author | Stephane Carrez <Stephane.Carrez@worldnet.fr> | 2001-06-10 12:18:40 +0200 |
---|---|---|
committer | Stephane Carrez <ciceron@gcc.gnu.org> | 2001-06-10 12:18:40 +0200 |
commit | 3bcda5fbcedaf4504e05e9173ad81d43e3404524 (patch) | |
tree | f20b3ce34ceaf3362c952348247d1167e98732fb | |
parent | 5becdf1187b576b7ea7e9efc26a6d7df16bba35c (diff) | |
download | gcc-3bcda5fbcedaf4504e05e9173ad81d43e3404524.zip gcc-3bcda5fbcedaf4504e05e9173ad81d43e3404524.tar.gz gcc-3bcda5fbcedaf4504e05e9173ad81d43e3404524.tar.bz2 |
m68hc11-protos.h (m68hc11_initialize_trampoline): Move definition in the RTX_CODE section.
* config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline):
Move definition in the RTX_CODE section.
From-SVN: r43134
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/m68hc11/m68hc11-protos.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f09287..51a44f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2001-06-10 Stephane Carrez <Stephane.Carrez@worldnet.fr> + * config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline): + Move definition in the RTX_CODE section. + +2001-06-10 Stephane Carrez <Stephane.Carrez@worldnet.fr> + * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Define the return address as relative to the argument pointer. diff --git a/gcc/config/m68hc11/m68hc11-protos.h b/gcc/config/m68hc11/m68hc11-protos.h index e8ccaef..890bc20 100644 --- a/gcc/config/m68hc11/m68hc11-protos.h +++ b/gcc/config/m68hc11/m68hc11-protos.h @@ -39,8 +39,6 @@ extern int m68hc11_block_profiler PARAMS((FILE*,int)); extern void m68hc11_asm_file_start PARAMS((FILE*, char*)); #ifdef TREE_CODE -extern void m68hc11_initialize_trampoline PARAMS((rtx, rtx, rtx)); - extern void m68hc11_function_arg_advance PARAMS((CUMULATIVE_ARGS*, enum machine_mode, tree, @@ -61,6 +59,8 @@ extern rtx m68hc11_soft_tmp_reg; extern rtx iy_reg; extern rtx d_reg; +extern void m68hc11_initialize_trampoline PARAMS((rtx, rtx, rtx)); + extern rtx m68hc11_expand_compare_and_branch PARAMS((enum rtx_code, rtx, rtx, rtx)); extern enum reg_class preferred_reload_class PARAMS((rtx, enum reg_class)); |