From: Kaveh R. Ghazi Date: Thu, 27 Jun 2002 02:10:36 +0000 (+0000) Subject: mips.c (coprocessor_operand, [...]): Move prototypes from here... X-Git-Tag: releases/gcc-3.3.0~4088 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9873fd5e10401fa9dab8f1524266b443ac0ede5;p=thirdparty%2Fgcc.git mips.c (coprocessor_operand, [...]): Move prototypes from here... * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 245de6ff328a..9d1a0a0778f6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2002-06-26 Kaveh R. Ghazi + + * 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 * config/sh/crt1.asm: remove _stack label definition diff --git a/gcc/config/mips/mips-protos.h b/gcc/config/mips/mips-protos.h index 2de221bd1366..7c366ae318b3 100644 --- a/gcc/config/mips/mips-protos.h +++ b/gcc/config/mips/mips-protos.h @@ -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, diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 50dabcfc39e9..8704a63eaa43 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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,