Commit e9873fd5 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 33780b45
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
......
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment