2 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
11 GCC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING. If not, write to
18 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */
21 extern void darwin_init_sections (void);
22 extern int name_needs_quotes (const char *);
24 extern void machopic_validate_stub_or_non_lazy_ptr (const char *);
26 extern const char *machopic_function_base_name (void);
27 extern void machopic_output_function_base_name (FILE *);
28 extern const char *machopic_indirection_name (rtx
, bool);
29 extern const char *machopic_mcount_stub_name (void);
33 extern rtx
machopic_function_base_sym (void);
34 extern int machopic_operand_p (rtx
);
35 extern enum machopic_addr_class
machopic_classify_symbol (rtx
);
37 extern rtx
machopic_indirect_data_reference (rtx
, rtx
);
38 extern rtx
machopic_indirect_call_target (rtx
);
39 extern rtx
machopic_legitimize_pic_address (rtx
, enum machine_mode
, rtx
);
41 extern void machopic_asm_out_constructor (rtx
, int);
42 extern void machopic_asm_out_destructor (rtx
, int);
47 extern void machopic_define_symbol (rtx
);
48 extern void darwin_encode_section_info (tree
, rtx
, int);
50 #endif /* TREE_CODE */
52 extern void machopic_finish (FILE *);
54 extern section
*machopic_select_section (tree
, int, unsigned HOST_WIDE_INT
);
55 extern section
*machopic_select_rtx_section (enum machine_mode
, rtx
,
56 unsigned HOST_WIDE_INT
);
58 extern void darwin_unique_section (tree decl
, int reloc
);
59 extern void darwin_asm_named_section (const char *, unsigned int, tree
);
60 extern void darwin_non_lazy_pcrel (FILE *, rtx
);
62 extern void darwin_emit_unwind_label (FILE *, tree
, int, int);
63 extern void darwin_emit_except_table_label (FILE *);
65 extern void darwin_pragma_ignore (struct cpp_reader
*);
66 extern void darwin_pragma_options (struct cpp_reader
*);
67 extern void darwin_pragma_unused (struct cpp_reader
*);
69 extern void darwin_file_end (void);
71 extern void darwin_mark_decl_preserved (const char *);
73 extern tree
darwin_handle_weak_import_attribute (tree
*node
, tree name
,
76 extern void machopic_output_stub (FILE *, const char *, const char *);
77 extern void darwin_globalize_label (FILE *, const char *);
78 extern void darwin_assemble_visibility (tree
, int);
79 extern void darwin_asm_output_dwarf_delta (FILE *, int, const char *,
81 extern bool darwin_binds_local_p (tree
);
82 extern void darwin_cpp_builtins (struct cpp_reader
*);