mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 00:07:17 +08:00
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
This commit is contained in:
parent
64adad99a0
commit
9b55553e37
@ -1,3 +1,8 @@
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user