| Index: gcc/gcc/config/vax/vax-protos.h
|
| diff --git a/gcc/gcc/config/vax/vax-protos.h b/gcc/gcc/config/vax/vax-protos.h
|
| index f466efa1a698785b843f8760aa5c99696754fb0a..e9cc61687cae57e284302511af7f4664f0e38562 100644
|
| --- a/gcc/gcc/config/vax/vax-protos.h
|
| +++ b/gcc/gcc/config/vax/vax-protos.h
|
| @@ -1,5 +1,5 @@
|
| /* Definitions of target machine for GNU compiler. VAX version.
|
| - Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
|
| + Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
|
|
|
| This file is part of GCC.
|
|
|
| @@ -19,20 +19,22 @@ along with GCC; see the file COPYING3. If not see
|
|
|
| extern void override_options (void);
|
|
|
| -extern int legitimate_constant_address_p (rtx);
|
| -extern int legitimate_constant_p (rtx);
|
| -extern int legitimate_address_p (enum machine_mode, rtx, int);
|
| -extern int vax_mode_dependent_address_p (rtx);
|
| +extern bool legitimate_constant_address_p (rtx);
|
| +extern bool legitimate_constant_p (rtx);
|
| +extern bool vax_mode_dependent_address_p (rtx);
|
|
|
| #ifdef RTX_CODE
|
| +extern const char *cond_name (rtx);
|
| +extern bool adjacent_operands_p (rtx, rtx, enum machine_mode);
|
| extern const char *rev_cond_name (rtx);
|
| -extern void split_quadword_operands (rtx *, rtx *, int);
|
| extern void print_operand_address (FILE *, rtx);
|
| -extern int vax_float_literal (rtx);
|
| +extern void print_operand (FILE *, rtx, int);
|
| extern void vax_notice_update_cc (rtx, rtx);
|
| +extern void vax_expand_addsub_di_operands (rtx *, enum rtx_code);
|
| extern const char * vax_output_int_move (rtx, rtx *, enum machine_mode);
|
| extern const char * vax_output_int_add (rtx, rtx *, enum machine_mode);
|
| -extern const char * vax_output_conditional_branch (enum rtx_code);
|
| +extern const char * vax_output_int_subtract (rtx, rtx *, enum machine_mode);
|
| +extern const char * vax_output_movmemsi (rtx, rtx *);
|
| #endif /* RTX_CODE */
|
|
|
| #ifdef REAL_VALUE_TYPE
|
|
|