]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 245de6ff328a6b7461f8e64389e3e8addeb3d6d8..9d1a0a0778f68de7a92cfa26e81ea31c7d676713 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 2de221bd1366694a2bcb27ad501b75f259df8dca..7c366ae318b3411502b7f049d3ad15b515bc6ba3 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 50dabcfc39e9f62b353e05562598642c2505f341..8704a63eaa43917b1019fe1cda749ce9963db609 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,