This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH]: Fix warning in m68hc11-protos.h


Hi!

I've integrated this patch that fixes a warning in m68hc11-protos.h.
(3_0 & mainline).

	Stephane

2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline): 
	Move definition in the RTX_CODE section.
Index: config/m68hc11/m68hc11-protos.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/m68hc11/m68hc11-protos.h,v
retrieving revision 1.1.8.3
diff -u -p -r1.1.8.3 m68hc11-protos.h
--- m68hc11-protos.h	2001/05/03 21:02:05	1.1.8.3
+++ m68hc11-protos.h	2001/06/10 10:08:52
@@ -39,8 +39,6 @@ extern int m68hc11_block_profiler PARAMS
 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,
@@ -63,6 +61,8 @@ extern rtx m68hc11_compare_op1;
 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));

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]