m68hc11-protos.h (m68hc11_initialize_trampoline): Move definition in the RTX_CODE...
authorStephane Carrez <Stephane.Carrez@worldnet.fr>
Sun, 10 Jun 2001 10:18:40 +0000 (12:18 +0200)
committerStephane Carrez <ciceron@gcc.gnu.org>
Sun, 10 Jun 2001 10:18:40 +0000 (12:18 +0200)
* config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline):
Move definition in the RTX_CODE section.

From-SVN: r43134

gcc/ChangeLog
gcc/config/m68hc11/m68hc11-protos.h

index 8f09287a607facdd0c821941a98c0fb6ea5796a8..51a44f01fc2dc4dbfabd460d3070096f4d6934a6 100644 (file)
@@ -1,3 +1,8 @@
+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 
index e8ccaefb1226b0a9cbe155e60a2f7b9057945114..890bc205b657dc656bf6ea7d80b231bcc3666534 100644 (file)
@@ -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));