]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/darwin-protos.h
* doc/tm.texi (SDB and DWARF): Add extra parameter to
[thirdparty/gcc.git] / gcc / config / darwin-protos.h
CommitLineData
80d725d7 1/* Prototypes.
9b1f316f 2 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
80d725d7 3
187b36cf 4This file is part of GCC.
80d725d7 5
187b36cf 6GCC is free software; you can redistribute it and/or modify
80d725d7 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
187b36cf 11GCC is distributed in the hope that it will be useful,
80d725d7 12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
187b36cf 17along with GCC; see the file COPYING. If not, write to
dbddc6c4 18the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19Boston, MA 02110-1301, USA. */
80d725d7 20
2f14b1f9 21extern void darwin_init_sections (void);
b40da9a7 22extern int name_needs_quotes (const char *);
80d725d7 23
ab06d2ff 24extern void machopic_validate_stub_or_non_lazy_ptr (const char *);
80d725d7 25
b40da9a7 26extern const char *machopic_function_base_name (void);
b186bdc9 27extern void machopic_output_function_base_name (FILE *);
ab06d2ff 28extern const char *machopic_indirection_name (rtx, bool);
29extern const char *machopic_mcount_stub_name (void);
80d725d7 30
80d725d7 31#ifdef RTX_CODE
32
ab06d2ff 33extern rtx machopic_function_base_sym (void);
b40da9a7 34extern int machopic_operand_p (rtx);
ab06d2ff 35extern enum machopic_addr_class machopic_classify_symbol (rtx);
80d725d7 36
b40da9a7 37extern rtx machopic_indirect_data_reference (rtx, rtx);
38extern rtx machopic_indirect_call_target (rtx);
39extern rtx machopic_legitimize_pic_address (rtx, enum machine_mode, rtx);
80d725d7 40
b40da9a7 41extern void machopic_asm_out_constructor (rtx, int);
42extern void machopic_asm_out_destructor (rtx, int);
80d725d7 43#endif /* RTX_CODE */
44
45#ifdef TREE_CODE
46
ab06d2ff 47extern void machopic_define_symbol (rtx);
b40da9a7 48extern void darwin_encode_section_info (tree, rtx, int);
80d725d7 49
50#endif /* TREE_CODE */
51
b40da9a7 52extern void machopic_finish (FILE *);
49f45d83 53
2f14b1f9 54extern section *machopic_select_section (tree, int, unsigned HOST_WIDE_INT);
55extern section *machopic_select_rtx_section (enum machine_mode, rtx,
56 unsigned HOST_WIDE_INT);
770e028a 57
2f9fc8ef 58extern void darwin_unique_section (tree decl, int reloc);
537cd941 59extern void darwin_asm_named_section (const char *, unsigned int, tree);
2f9fc8ef 60extern void darwin_non_lazy_pcrel (FILE *, rtx);
61
ef1074f7 62extern void darwin_emit_unwind_label (FILE *, tree, int, int);
b215c058 63extern void darwin_emit_except_table_label (FILE *);
2f9fc8ef 64
b40da9a7 65extern void darwin_pragma_ignore (struct cpp_reader *);
66extern void darwin_pragma_options (struct cpp_reader *);
67extern void darwin_pragma_unused (struct cpp_reader *);
bbfbe351 68
d08d29c0 69extern void darwin_file_start (void);
b40da9a7 70extern void darwin_file_end (void);
f6940372 71
9423c9b7 72extern void darwin_mark_decl_preserved (const char *);
2f9fc8ef 73
975d636c 74extern tree darwin_handle_weak_import_attribute (tree *node, tree name,
75 tree args, int flags,
76 bool * no_add_attrs);
b40da9a7 77extern void machopic_output_stub (FILE *, const char *, const char *);
b40da9a7 78extern void darwin_globalize_label (FILE *, const char *);
2c5b6111 79extern void darwin_assemble_visibility (tree, int);
b40da9a7 80extern void darwin_asm_output_dwarf_delta (FILE *, int, const char *,
81 const char *);
d08d29c0 82extern void darwin_asm_output_dwarf_offset (FILE *, int, const char *,
83 section *);
0765d519 84extern bool darwin_binds_local_p (tree);
9b1f316f 85extern void darwin_cpp_builtins (struct cpp_reader *);
8c27005f 86extern void darwin_asm_output_anchor (rtx symbol);