Mercurial > hg > CbC > CbC_gcc
comparison gcc/config/alpha/alpha-protos.h @ 67:f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author | nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 22 Mar 2011 17:18:12 +0900 |
parents | 77e2b8dfacca |
children | 04ced10e8804 |
comparison
equal
deleted
inserted
replaced
65:65488c3d617d | 67:f6334be47118 |
---|---|
1 /* Prototypes for alpha.c functions used in the md file & elsewhere. | 1 /* Prototypes for alpha.c functions used in the md file & elsewhere. |
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009 | 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010 |
3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
4 | 4 |
5 This file is part of GCC. | 5 This file is part of GCC. |
6 | 6 |
7 GCC is free software; you can redistribute it and/or modify | 7 GCC is free software; you can redistribute it and/or modify |
19 <http://www.gnu.org/licenses/>. */ | 19 <http://www.gnu.org/licenses/>. */ |
20 | 20 |
21 extern int alpha_next_sequence_number; | 21 extern int alpha_next_sequence_number; |
22 | 22 |
23 extern void literal_section (void); | 23 extern void literal_section (void); |
24 extern void override_options (void); | |
25 extern int zap_mask (HOST_WIDE_INT); | 24 extern int zap_mask (HOST_WIDE_INT); |
26 extern int direct_return (void); | 25 extern int direct_return (void); |
27 | 26 |
28 extern int alpha_sa_size (void); | 27 extern int alpha_sa_size (void); |
29 extern HOST_WIDE_INT alpha_initial_elimination_offset (unsigned int, | 28 extern HOST_WIDE_INT alpha_initial_elimination_offset (unsigned int, |
73 extern void print_operand (FILE *, rtx, int); | 72 extern void print_operand (FILE *, rtx, int); |
74 extern void print_operand_address (FILE *, rtx); | 73 extern void print_operand_address (FILE *, rtx); |
75 extern void alpha_initialize_trampoline (rtx, rtx, rtx, int, int, int); | 74 extern void alpha_initialize_trampoline (rtx, rtx, rtx, int, int, int); |
76 | 75 |
77 extern rtx alpha_va_arg (tree, tree); | 76 extern rtx alpha_va_arg (tree, tree); |
78 extern rtx function_arg (CUMULATIVE_ARGS, enum machine_mode, tree, int); | |
79 extern rtx function_value (const_tree, const_tree, enum machine_mode); | 77 extern rtx function_value (const_tree, const_tree, enum machine_mode); |
80 | 78 |
81 extern void alpha_start_function (FILE *, const char *, tree); | 79 extern void alpha_start_function (FILE *, const char *, tree); |
82 extern void alpha_end_function (FILE *, const char *, tree); | 80 extern void alpha_end_function (FILE *, const char *, tree); |
83 | 81 |