| Index: gcc/gcc/config/pdp11/pdp11-protos.h
|
| diff --git a/gcc/gcc/config/pdp11/pdp11-protos.h b/gcc/gcc/config/pdp11/pdp11-protos.h
|
| index f493fbc8ab1fb00a2021280670dc3c4b7b12a860..2c4bd22fde66555d49aec6e22e230d819043da33 100644
|
| --- a/gcc/gcc/config/pdp11/pdp11-protos.h
|
| +++ b/gcc/gcc/config/pdp11/pdp11-protos.h
|
| @@ -26,16 +26,15 @@ extern int expand_shift_operand (rtx, enum machine_mode);
|
| extern int immediate15_operand (rtx, enum machine_mode);
|
| extern int simple_memory_operand (rtx, enum machine_mode);
|
|
|
| -extern int legitimate_address_p (enum machine_mode, rtx);
|
| extern int legitimate_const_double_p (rtx);
|
| extern void notice_update_cc_on_set (rtx, rtx);
|
| extern void output_addr_const_pdp11 (FILE *, rtx);
|
| extern const char *output_move_double (rtx *);
|
| extern const char *output_move_quad (rtx *);
|
| extern const char *output_block_move (rtx *);
|
| +extern const char *output_jump (enum rtx_code, int, int);
|
| extern void print_operand_address (FILE *, rtx);
|
| extern int register_move_cost (enum reg_class, enum reg_class);
|
| #endif /* RTX_CODE */
|
|
|
| extern void output_ascii (FILE *, const char *, int);
|
| -extern const char *output_jump (const char *, const char *, int);
|
|
|