summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/files/gcc/gcc/config/m68k/amigaos-protos.h
blob: f7f7e97a35dbd5dabc6c1e9bb9360a03de48f4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* Configuration for GNU C-compiler for m68k Amiga, running AmigaOS.
   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2003
   Free Software Foundation, Inc.  
   Contributed by Markus M. Wild (wild@amiga.physik.unizh.ch).
   Heavily modified by Kamil Iskra (iskra@student.uci.agh.edu.pl).

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

GCC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING.  If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.  */

extern int amigaos_restore_a4 (void);
#ifdef RTX_CODE
extern int read_only_operand (rtx);
extern void amigaos_select_section (tree, int, unsigned HOST_WIDE_INT);
extern void amigaos_encode_section_info (tree, rtx, int);
extern void amigaos_alternate_pic_setup (FILE *);
extern void amigaos_prologue_begin_hook (FILE *, int);
extern void amigaos_alternate_frame_setup_f (FILE *, int);
extern void amigaos_alternate_frame_setup (FILE *, int);
extern struct rtx_def* gen_stack_cleanup_call (rtx, rtx);
extern void amigaos_alternate_allocate_stack (rtx *);
#ifdef TREE_CODE
extern void amigaos_init_cumulative_args (CUMULATIVE_ARGS *, tree);
/* extern void amigaos_function_arg_advance (CUMULATIVE_ARGS *); */
extern struct rtx_def *amigaos_function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree);
#endif
#endif
#ifdef TREE_CODE
extern tree amigaos_handle_decl_attribute (tree *, tree, tree, int, bool *);
extern tree amigaos_handle_type_attribute (tree *, tree, tree, int, bool *);
extern int amigaos_comp_type_attributes (tree, tree);
#endif