aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sol2-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sol2-protos.h')
-rw-r--r--gcc/config/sol2-protos.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/gcc/config/sol2-protos.h b/gcc/config/sol2-protos.h
index dae3e13..9f31ce3 100644
--- a/gcc/config/sol2-protos.h
+++ b/gcc/config/sol2-protos.h
@@ -18,9 +18,15 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-extern void solaris_insert_attributes (tree, tree *);
-extern void solaris_register_pragmas (void);
-extern void solaris_output_init_fini (FILE *, tree);
+/* In sol2.c. */
extern void solaris_assemble_visibility (tree, int);
extern void solaris_elf_asm_comdat_section (const char *, unsigned int, tree);
extern void solaris_file_end (void);
+extern void solaris_insert_attributes (tree, tree *);
+extern void solaris_output_init_fini (FILE *, tree);
+
+/* In sol2-c.c. */
+extern void solaris_register_pragmas (void);
+
+/* In sol2-cxx.c. */
+extern tree solaris_cxx_decl_mangling_context (const_tree);