OSDN Git Service

* Makefile.in (final.o): Depend on target.h.
[pf3gnuchains/gcc-fork.git] / gcc / config / clipper / clipper-protos.h
1 /* Definitions of target machine for GNU compiler.  Clipper version.
2    Copyright (C) 2000 Free Software Foundation, Inc.
3    Contributed by Holger Teutsch (holger@hotbso.rhein-main.de)
4
5 This file is part of GNU CC.
6
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.
11
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.
16
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.  */
21
22 #ifdef RTX_CODE
23 #ifdef TREE_CODE
24 extern void clipper_va_start PARAMS ((int, tree, rtx));
25 extern rtx clipper_va_arg PARAMS ((tree, tree));
26 #endif /* TREE_CODE */
27 extern void clipper_movstr PARAMS ((rtx *));
28 extern void print_operand_address PARAMS ((FILE *, rtx));
29 extern const char *rev_cond_name PARAMS ((rtx));
30 extern int int_reg_operand PARAMS ((rtx, enum machine_mode));
31 extern int fp_reg_operand PARAMS ((rtx, enum machine_mode));
32 #endif /* RTX_CODE */
33
34 extern struct rtx_def *clipper_builtin_saveregs PARAMS ((void));
35 extern int clipper_frame_size PARAMS ((int));
36 #ifdef TREE_CODE
37 extern tree clipper_build_va_list PARAMS ((void));
38 #endif /* TREE_CODE */