]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/darwin-protos.h
c-pragma.c (pending_weak_d, [...]): New.
[thirdparty/gcc.git] / gcc / config / darwin-protos.h
CommitLineData
ee890fe2 1/* Prototypes.
66647d44
JJ
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008
3 Free Software Foundation, Inc.
ee890fe2 4
7ec022b2 5This file is part of GCC.
ee890fe2 6
7ec022b2 7GCC is free software; you can redistribute it and/or modify
ee890fe2 8it under the terms of the GNU General Public License as published by
2f83c7d6 9the Free Software Foundation; either version 3, or (at your option)
ee890fe2
SS
10any later version.
11
7ec022b2 12GCC is distributed in the hope that it will be useful,
ee890fe2
SS
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
2f83c7d6
NC
18along with GCC; see the file COPYING3. If not see
19<http://www.gnu.org/licenses/>. */
ee890fe2 20
d6b5193b 21extern void darwin_init_sections (void);
9c808aad 22extern int name_needs_quotes (const char *);
ee890fe2 23
11abc112 24extern void machopic_validate_stub_or_non_lazy_ptr (const char *);
ee890fe2 25
1622229c 26extern void machopic_output_function_base_name (FILE *);
11abc112
MM
27extern const char *machopic_indirection_name (rtx, bool);
28extern const char *machopic_mcount_stub_name (void);
ee890fe2 29
ee890fe2
SS
30#ifdef RTX_CODE
31
08a6a74b 32extern rtx machopic_gen_offset (rtx);
9c808aad 33extern int machopic_operand_p (rtx);
11abc112 34extern enum machopic_addr_class machopic_classify_symbol (rtx);
ee890fe2 35
9c808aad
AJ
36extern rtx machopic_indirect_data_reference (rtx, rtx);
37extern rtx machopic_indirect_call_target (rtx);
38extern rtx machopic_legitimize_pic_address (rtx, enum machine_mode, rtx);
ee890fe2 39
9c808aad
AJ
40extern void machopic_asm_out_constructor (rtx, int);
41extern void machopic_asm_out_destructor (rtx, int);
ee890fe2
SS
42#endif /* RTX_CODE */
43
44#ifdef TREE_CODE
45
11abc112 46extern void machopic_define_symbol (rtx);
9c808aad 47extern void darwin_encode_section_info (tree, rtx, int);
16d6f994 48extern void darwin_set_default_type_attributes (tree);
ee890fe2
SS
49
50#endif /* TREE_CODE */
51
9c808aad 52extern void machopic_finish (FILE *);
0168a849 53
24c78b3a 54extern int machopic_reloc_rw_mask (void);
d6b5193b
RS
55extern section *machopic_select_section (tree, int, unsigned HOST_WIDE_INT);
56extern section *machopic_select_rtx_section (enum machine_mode, rtx,
57 unsigned HOST_WIDE_INT);
3be131be 58
4746cf84 59extern void darwin_unique_section (tree decl, int reloc);
c18a5b6c 60extern void darwin_asm_named_section (const char *, unsigned int, tree);
4746cf84
MA
61extern void darwin_non_lazy_pcrel (FILE *, rtx);
62
eeab4d81 63extern void darwin_emit_unwind_label (FILE *, tree, int, int);
083cad55 64extern void darwin_emit_except_table_label (FILE *);
4746cf84 65
9c808aad
AJ
66extern void darwin_pragma_ignore (struct cpp_reader *);
67extern void darwin_pragma_options (struct cpp_reader *);
68extern void darwin_pragma_unused (struct cpp_reader *);
16d6f994 69extern void darwin_pragma_ms_struct (struct cpp_reader *);
b64a1b53 70
192d0f89 71extern void darwin_file_start (void);
9c808aad 72extern void darwin_file_end (void);
a5fe455b 73
8e3e233b 74extern void darwin_mark_decl_preserved (const char *);
4746cf84 75
f475fd3c 76extern tree darwin_handle_kext_attribute (tree *, tree, tree, int, bool *);
005c1a13
GK
77extern tree darwin_handle_weak_import_attribute (tree *node, tree name,
78 tree args, int flags,
79 bool * no_add_attrs);
9c808aad 80extern void machopic_output_stub (FILE *, const char *, const char *);
9c808aad 81extern void darwin_globalize_label (FILE *, const char *);
6ce4806b 82extern void darwin_assemble_visibility (tree, int);
9c808aad
AJ
83extern void darwin_asm_output_dwarf_delta (FILE *, int, const char *,
84 const char *);
192d0f89
GK
85extern void darwin_asm_output_dwarf_offset (FILE *, int, const char *,
86 section *);
3101faab 87extern bool darwin_binds_local_p (const_tree);
ed5b9f96 88extern void darwin_cpp_builtins (struct cpp_reader *);
ab0ff804 89extern void darwin_asm_output_anchor (rtx symbol);
f475fd3c
MS
90extern bool darwin_kextabi_p (void);
91extern void darwin_override_options (void);
fb220235 92extern void darwin_patch_builtins (void);