]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/sol2-protos.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / sol2-protos.h
CommitLineData
07a43492
DJ
1/* Operating system specific prototypes to be used when targeting GCC for any
2 Solaris 2 system.
aeee4812 3 Copyright (C) 2004-2023 Free Software Foundation, Inc.
07a43492
DJ
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify
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)
07a43492
DJ
10any later version.
11
12GCC is distributed in the hope that it will be useful,
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/>. */
07a43492 20
e53b6e56 21/* In sol2.cc. */
f0c01ffd 22extern void solaris_assemble_visibility (tree, int);
2ca48caa 23extern void solaris_elf_asm_comdat_section (const char *, unsigned int, tree);
b6193c94 24extern void solaris_file_end (void);
5b880ea6
RO
25extern void solaris_insert_attributes (tree, tree *);
26extern void solaris_output_init_fini (FILE *, tree);
fe551ce4 27extern void solaris_override_options (void);
5b880ea6 28
e53b6e56 29/* In sol2-c.cc. */
5b880ea6
RO
30extern void solaris_register_pragmas (void);
31
e53b6e56 32/* In sol2-cxx.cc. */
5b880ea6 33extern tree solaris_cxx_decl_mangling_context (const_tree);