]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/vax/vax-protos.h
* config/vax/vax.c: Convert to ISO C90.
[thirdparty/gcc.git] / gcc / config / vax / vax-protos.h
CommitLineData
8aeea6e6 1/* Definitions of target machine for GNU compiler. VAX version.
f691dc3b 2 Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
2fd58acb 3
e7d9d16b 4This file is part of GCC.
2fd58acb 5
e7d9d16b 6GCC is free software; you can redistribute it and/or modify
2fd58acb
KG
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
e7d9d16b 11GCC is distributed in the hope that it will be useful,
2fd58acb
KG
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
e7d9d16b 17along with GCC; see the file COPYING. If not, write to
2fd58acb
KG
18the Free Software Foundation, 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
20
3dc85dfb
RH
21extern void override_options PARAMS ((void));
22
2fd58acb
KG
23#ifdef RTX_CODE
24extern const char *rev_cond_name PARAMS ((rtx));
25extern void split_quadword_operands PARAMS ((rtx *, rtx *, int));
26extern void print_operand_address PARAMS ((FILE *, rtx));
27extern int vax_float_literal PARAMS ((rtx));
2fd58acb
KG
28#endif /* RTX_CODE */
29
30#ifdef REAL_VALUE_TYPE
31extern int check_float_value PARAMS ((enum machine_mode, REAL_VALUE_TYPE *, int));
32#endif /* REAL_VALUE_TYPE */
33