Replace occurrences of #elif with #if...#endif.
[official-gcc.git] / gcc / config / 1750a / 1750a-protos.h
blob9ca79ce45205147d41c3ec09baf6ad6d396ea300
1 /* Definitions of target machine for GNU compiler.
2 Copyright (C) 2000 Free Software Foundation, Inc.
3 Contributed by O.M.Kellogg, DASA (oliver.kellogg@space.otn.dasa.de)
5 This file is part of GNU CC.
7 GNU CC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 GNU CC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU CC; see the file COPYING. If not, write to
19 the Free Software Foundation, 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
22 #ifdef RTX_CODE
23 #ifdef TREE_CODE
24 extern struct rtx_def *function_arg PARAMS ((int, enum machine_mode, tree, int));
25 #endif /* TREE_CODE */
26 extern const char *movcnt_regno_adjust PARAMS ((rtx *));
27 extern const char *mod_regno_adjust PARAMS ((const char *, rtx *));
28 extern void notice_update_cc PARAMS ((rtx));
29 extern double get_double PARAMS ((rtx));
30 extern int memop_valid PARAMS ((rtx));
31 extern int mov_memory_operand PARAMS ((rtx, enum machine_mode));
32 extern int small_nonneg_const PARAMS ((rtx, enum machine_mode));
33 extern int zero_operand PARAMS ((rtx, enum machine_mode));
34 extern int b_mode_operand PARAMS ((rtx));
35 extern int unsigned_comparison_operator PARAMS ((rtx));
36 extern int next_cc_user_is_unsigned PARAMS ((rtx));
37 extern void print_operand PARAMS ((FILE *, rtx, int));
38 extern void print_operand_address PARAMS ((FILE *, rtx));
39 #endif /* RTX_CODE */
41 extern char *float_label PARAMS ((int, double));
42 extern const char *branch_or_jump PARAMS ((const char *, int));
43 extern int find_jmplbl PARAMS ((int));
44 extern int one_bit_set_p PARAMS ((int));
45 extern void check_section PARAMS ((enum section));