mips.c (coprocessor_operand, [...]): Move prototypes from here...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 27 Jun 2002 02:10:36 +0000 (02:10 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 27 Jun 2002 02:10:36 +0000 (02:10 +0000)
* mips.c (coprocessor_operand, coprocessor2_operand,
symbolic_operand): Move prototypes from here...
* mips-protos.h (coprocessor_operand, coprocessor2_operand,
symbolic_operand): ...to here.

From-SVN: r55018

gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c

index 245de6f..9d1a0a0 100644 (file)
@@ -1,3 +1,10 @@
+2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * mips.c (coprocessor_operand, coprocessor2_operand,
+       symbolic_operand): Move prototypes from here...
+       * mips-protos.h (coprocessor_operand, coprocessor2_operand,
+       symbolic_operand): ...to here.
+
 Wed Jun 26 16:32:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * config/sh/crt1.asm: remove _stack label definition
index 2de221b..7c366ae 100644 (file)
@@ -127,6 +127,9 @@ extern int              mips_register_move_cost PARAMS ((enum machine_mode,
 
 extern int             pic_address_needs_scratch PARAMS ((rtx));
 extern int             se_arith_operand PARAMS ((rtx, enum machine_mode));
+extern int             coprocessor_operand PARAMS ((rtx, enum machine_mode));
+extern int             coprocessor2_operand PARAMS ((rtx, enum machine_mode));
+extern int             symbolic_operand PARAMS ((rtx, enum machine_mode));
 extern int              mips_legitimate_address_p PARAMS ((enum machine_mode,
                                                           rtx, int));
 extern int              mips_reg_mode_ok_for_base_p PARAMS ((rtx,
index 50dabcf..8704a63 100644 (file)
@@ -86,12 +86,6 @@ struct mips_arg_info;
 static enum internal_test map_test_to_internal_test    PARAMS ((enum rtx_code));
 static int mips16_simple_memory_operand                PARAMS ((rtx, rtx,
                                                        enum machine_mode));
-int coprocessor_operand                        PARAMS ((rtx,
-                                                       enum machine_mode));
-int coprocessor2_operand                       PARAMS ((rtx,
-                                                       enum machine_mode));
-int symbolic_operand                           PARAMS ((rtx,
-                                                        enum machine_mode));
 static int m16_check_op                                PARAMS ((rtx, int, int, int));
 static void block_move_loop                    PARAMS ((rtx, rtx,
                                                         unsigned int,