Commit 9b55553e by Kaveh R. Ghazi Committed by Kaveh Ghazi

mips-protos.h (mips_output_conditional_branch): Const-ify.

	* mips-protos.h (mips_output_conditional_branch): Const-ify.
	* mips.c (mips_output_conditional_branch): Likewise.

From-SVN: r46967
parent 64adad99
2001-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* mips-protos.h (mips_output_conditional_branch): Const-ify.
* mips.c (mips_output_conditional_branch): Likewise.
2001-11-12 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (shift_alg_si): Use special code for
......
......@@ -105,9 +105,9 @@ extern int mips16_gp_offset_p PARAMS ((rtx));
extern int mips16_constant PARAMS ((rtx, enum machine_mode,
int, int));
extern int build_mips16_call_stub PARAMS ((rtx, rtx, rtx, int));
extern char *mips_output_conditional_branch PARAMS ((rtx, rtx *,
int, int, int,
int));
extern const char *mips_output_conditional_branch PARAMS ((rtx, rtx *,
int, int, int,
int));
extern int mips_adjust_insn_length PARAMS ((rtx, int));
extern enum reg_class mips_secondary_reload_class PARAMS ((enum reg_class,
enum machine_mode,
......
......@@ -9557,7 +9557,7 @@ mips_adjust_insn_length (insn, length)
LENGTH is the length (in bytes) of the sequence we are to generate.
That tells us whether to generate a simple conditional branch, or a
reversed conditional branch around a `jr' instruction. */
char *
const char *
mips_output_conditional_branch (insn,
operands,
two_operands_p,
......
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