]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/pdp11/pdp11-protos.h
2.cc (test_02): Allow either "Son" or "So" as abbreviated name for Sunday in de_DE...
[thirdparty/gcc.git] / gcc / config / pdp11 / pdp11-protos.h
CommitLineData
b0106b24
KG
1/* Definitions of target machine for GNU compiler, for the pdp-11
2 Copyright (C) 2000 Free Software Foundation, Inc.
3 Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
2f9b4377 9the Free Software Foundation; either version 2, or (at your option)
b0106b24
KG
10any later version.
11
12GNU CC is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU CC; see the file COPYING. If not, write to
19the Free Software Foundation, 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
21
22/* declarations */
23#ifdef RTX_CODE
24extern int arith_operand PARAMS ((rtx, enum machine_mode));
25extern int const_immediate_operand PARAMS ((rtx, enum machine_mode));
26extern int expand_shift_operand PARAMS ((rtx, enum machine_mode));
27extern int immediate15_operand PARAMS ((rtx, enum machine_mode));
28extern int simple_memory_operand PARAMS ((rtx, enum machine_mode));
29extern int comp_operator PARAMS ((rtx, enum machine_mode));
30
31extern int legitimate_address_p PARAMS ((enum machine_mode, rtx));
32extern void notice_update_cc_on_set PARAMS ((rtx, rtx));
33extern void output_addr_const_pdp11 PARAMS ((FILE *, rtx));
34extern const char *output_move_double PARAMS ((rtx *));
35extern const char *output_move_quad PARAMS ((rtx *));
36extern const char *output_block_move PARAMS ((rtx *));
37extern void print_operand_address PARAMS ((FILE *, rtx));
38extern int register_move_cost PARAMS ((enum reg_class, enum reg_class));
39extern int comparison_operator_index PARAMS ((rtx));
40#endif /* RTX_CODE */
41
42extern void output_ascii PARAMS ((FILE *, const char *, int));
b0106b24 43extern const char *output_jump PARAMS ((const char *, const char *, int));