]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/cris/cris-protos.h
configure.ac: Check for COMDAT support.
[thirdparty/gcc.git] / gcc / config / cris / cris-protos.h
CommitLineData
0b85d816 1/* Definitions for GCC. Part of the machine description for CRIS.
b862b3b3
KH
2 Copyright (C) 1998, 1999, 2000, 2001, 2004
3 Free Software Foundation, Inc.
0b85d816
HPN
4 Contributed by Axis Communications.
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GCC is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GCC; see the file COPYING. If not, write to
20the Free Software Foundation, 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
22
23/* Prototypes for the CRIS port. */
24
25#if defined(FILE) || defined(stdin) || defined(stdout) || defined(getc) || defined(putc)
26#define STDIO_INCLUDED
27#endif
28
6640377c
SB
29extern void cris_conditional_register_usage (void);
30extern int cris_simple_epilogue (void);
0b85d816 31#ifdef RTX_CODE
6640377c
SB
32extern const char *cris_op_str (rtx);
33extern int cris_eligible_for_epilogue_delay (rtx);
34extern void cris_notice_update_cc (rtx, rtx);
35extern void cris_print_operand (FILE *, rtx, int);
36extern void cris_print_operand_address (FILE *, rtx);
37extern int cris_side_effect_mode_ok (enum rtx_code, rtx *, int, int,
38 int, int, int);
39extern rtx cris_return_addr_rtx (int, rtx);
40extern rtx cris_split_movdx (rtx *);
41extern int cris_legitimate_pic_operand (rtx);
42extern int cris_gotless_symbol (rtx);
43extern int cris_got_symbol (rtx);
44extern int cris_symbol (rtx);
45extern void cris_output_addr_const (FILE *, rtx);
46extern int cris_cfun_uses_pic_table (void);
0b85d816 47#endif /* RTX_CODE */
c18a5b6c 48extern void cris_target_asm_named_section (const char *, unsigned int, tree);
0b85d816 49
b2416742
HPN
50extern int cris_return_address_on_stack (void);
51
6640377c 52extern void cris_pragma_expand_mul (struct cpp_reader *);
0b85d816 53
ff482c8d 54/* Need one that returns an int; usable in expressions. */
6640377c 55extern int cris_fatal (char *);
0b85d816 56
6640377c 57extern void cris_override_options (void);
0b85d816 58
6640377c 59extern int cris_initial_elimination_offset (int, int);
0b85d816 60
6640377c 61extern void cris_init_expanders (void);
0b85d816 62
6640377c 63extern int cris_delay_slots_for_epilogue (void);